We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 26b438c + 341dc6b commit 5c62fa0Copy full SHA for 5c62fa0
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