From: Paul Brossier Date: Thu, 1 Nov 2018 00:48:45 +0000 (+0100) Subject: [py] update and simplify MANIFEST.in X-Git-Tag: 0.4.8~86 X-Git-Url: https://git.aubio.org/?a=commitdiff_plain;h=fedb139a24ce9bcae86422c4d8e700bc62321782;p=aubio.git [py] update and simplify MANIFEST.in --- diff --git a/MANIFEST.in b/MANIFEST.in index 745c1808..015d2272 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -12,15 +12,10 @@ include src/*/*.c src/*/*.h include examples/*.c examples/*.h include tests/*.h tests/*/*.c tests/*/*/*.c include python/ext/*.h -include python/__init__.py -include python/lib/__init__.py -include python/lib/moresetuptools.py -include python/lib/gen_external.py -include python/lib/gen_code.py +recursive-include python *.py +include python/README.md include python/tests/run_all_tests -include python/tests/*.py include python/tests/eval_pitch -include python/demos/*.py include python/tests/*.expected include doc/*.txt doc/*.rst doc/*.cfg doc/Makefile doc/make.bat doc/conf.py exclude doc/full.cfg