Skip to content

Commit 2939672

Browse files
authored
don't include cythonized cpp files (#701)
* don't include temporary cpp files in sdist * non recursive
1 parent 36f240c commit 2939672

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

MANIFEST.in

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
exclude tests/*
2-
recursive-include pymoo *.pyx *.pxd
3-
recursive-include pymoo/cython/vendor *.cpp *.h
2+
exclude pymoo/cython/*.cpp
3+
include pymoo/cython/*.pyx
4+
include pymoo/cython/*.pxd
5+
include pymoo/cython/vendor/*.h
46
include Makefile

0 commit comments

Comments
 (0)