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