MANIFEST.in: ship this_version.py
[aubio.git] / MANIFEST.in
index 15fd25a..745c180 100644 (file)
@@ -1,12 +1,14 @@
 include AUTHORS COPYING README.md VERSION ChangeLog
 include python/README.md
+include this_version.py
 include Makefile wscript */wscript_build
-include waf
+include waf waflib/* waflib/*/*
+exclude waflib/__pycache__/*
 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
@@ -17,9 +19,10 @@ include python/lib/gen_external.py
 include python/lib/gen_code.py
 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
 include scripts/* scripts/apple/Info.plist scripts/apple/Modules/module.modulemap
 exclude python/gen/*
-exclude python/ext/config.h