Merge branch 'master' into feature/pytest
[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
5 recursive-include waflib *.py
6 include Makefile wscript */wscript_build
7 include aubio.pc.in
8 include requirements.txt
9 include src/*.c src/*.h
10 include src/*/*.c src/*/*.h
11 include examples/*.c examples/*.h
12 include tests/*.h tests/*/*.c tests/*/*/*.c
13 include python/ext/*.h
14 recursive-include python *.py
15 include python/README.md
16 include python/tests/eval_pitch
17 include python/tests/*.expected
18 include doc/*.txt doc/*.rst doc/*.cfg doc/Makefile doc/make.bat doc/conf.py
19 exclude doc/full.cfg
20 include scripts/* scripts/apple/Info.plist scripts/apple/Modules/module.modulemap
21 exclude python/gen/*