We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 36f240c commit 2939672Copy full SHA for 2939672
MANIFEST.in
@@ -1,4 +1,6 @@
1
exclude tests/*
2
-recursive-include pymoo *.pyx *.pxd
3
-recursive-include pymoo/cython/vendor *.cpp *.h
+exclude pymoo/cython/*.cpp
+include pymoo/cython/*.pyx
4
+include pymoo/cython/*.pxd
5
+include pymoo/cython/vendor/*.h
6
include Makefile
0 commit comments