diff --git a/MANIFEST.in b/MANIFEST.in index 5933e5be6c5c04b2dca71fb675a4b94f0829b377..8a32a3fe282573e1bfb8e7ea7c945b03c5c88375 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -14,6 +14,7 @@ include src/wrapper/*.hpp include src/wrapper/*.cpp include gen_wrap.py +include py_codegen.py include test/*.py include example/*.py @@ -31,6 +32,3 @@ include aksetup_helper.py include README_SETUP.txt include README.rst - -recursive-include bpl-subset/bpl_subset/boost *.h *.hpp *.cpp *.html *.inl *.ipp *.pl *.txt -recursive-include bpl-subset/bpl_subset/libs *.h *.hpp *.cpp *.html *.inl *.ipp *.pl *.txt