X-Git-Url: https://git.aubio.org/?p=aubio.git;a=blobdiff_plain;f=MANIFEST.in;h=d42e5ab49e77c9ae46741d27494e8b5b812e2760;hp=15fd25ac3669aac32028c44bd1191957a527e8db;hb=e9572462f613c7c552cf0d8e9c02e3a037e46272;hpb=655150cee58444f28637e5c45b84e3b9f599ddec diff --git a/MANIFEST.in b/MANIFEST.in index 15fd25ac..d42e5ab4 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,25 +1,24 @@ include AUTHORS COPYING README.md VERSION ChangeLog include python/README.md -include Makefile wscript */wscript_build +include this_version.py +include waf_gensyms.py include waf +recursive-include waflib *.py +include Makefile wscript */wscript_build include aubio.pc.in include nose2.cfg include requirements.txt -include src/*.h -include src/*/*.h +include src/*.c src/*.h +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/demos/*.py +include python/tests/eval_pitch include python/tests/*.expected include doc/*.txt doc/*.rst doc/*.cfg doc/Makefile doc/make.bat doc/conf.py +exclude doc/full.cfg include scripts/* scripts/apple/Info.plist scripts/apple/Modules/module.modulemap exclude python/gen/* -exclude python/ext/config.h