We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26b438c commit 341dc6bCopy full SHA for 341dc6b
MANIFEST.in
@@ -1,4 +1,6 @@
1
include MANIFEST.in *.py *.rst *.yml *.txt *.toml
2
+recursive-include compyle *.pyx
3
+recursive-exclude compyle *.cpp
4
recursive-include docs *.*
5
recursive-include examples *.*
6
recursive-exclude docs/build *.*
compyle/thrust/__init__.py
0 commit comments