Skip to content

Commit 341dc6b

Browse files
Fix the sdist to include Cython source files.
We were not including the `sort.pyx` file and there was no `__init__.py` in the `thrust` directory.
1 parent 26b438c commit 341dc6b

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

MANIFEST.in

+2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
include MANIFEST.in *.py *.rst *.yml *.txt *.toml
2+
recursive-include compyle *.pyx
3+
recursive-exclude compyle *.cpp
24
recursive-include docs *.*
35
recursive-include examples *.*
46
recursive-exclude docs/build *.*

compyle/thrust/__init__.py

Whitespace-only changes.

0 commit comments

Comments
 (0)