[source] always call del_aubio_source to clean-up
[aubio.git] / MANIFEST.in
1 include AUTHORS COPYING README.md VERSION ChangeLog
2 include python/README.md
3 include this_version.py
4 include waf_gensyms.py
5 include waf
6 recursive-include waflib *.py
7 include Makefile wscript */wscript_build
8 include aubio.pc.in
9 include nose2.cfg
10 include requirements.txt
11 include src/*.c src/*.h
12 include src/*/*.c src/*/*.h
13 include examples/*.c examples/*.h
14 include tests/*.h tests/*/*.c tests/*/*/*.c
15 include python/ext/*.h
16 recursive-include python *.py
17 include python/README.md
18 include python/tests/run_all_tests
19 include python/tests/eval_pitch
20 include python/tests/*.expected
21 include doc/*.txt doc/*.rst doc/*.cfg doc/Makefile doc/make.bat doc/conf.py
22 exclude doc/full.cfg
23 include scripts/* scripts/apple/Info.plist scripts/apple/Modules/module.modulemap
24 exclude python/gen/*