Skip to content

Commit e5495fd

Browse files
mariusvniekerkankit-bhatnagar167
authored andcommitted
Ensure that the cython components are present in sdist
Currently the cython components are not present in the source distribution of this library.
1 parent 6541833 commit e5495fd

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

MANIFEST.in

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
1-
include *.rst *.py
1+
include *.rst *.py *.pyx
2+
include LICENSE.txt
3+
recursive-include cpp *.cpp *.hpp
24
prune test

0 commit comments

Comments
 (0)