diff --git a/MANIFEST.in b/MANIFEST.in index 97e75ec0..56f75b2f 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,4 +1,6 @@ exclude tests/* -recursive-include pymoo *.pyx *.pxd -recursive-include pymoo/cython/vendor *.cpp *.h +exclude pymoo/cython/*.cpp +include pymoo/cython/*.pyx +include pymoo/cython/*.pxd +include pymoo/cython/vendor/*.h include Makefile