scripts/get_waf.sh: bump to waf 1.9.11
[aubio.git] / MANIFEST.in
1 include AUTHORS COPYING README.md VERSION ChangeLog
2 include python/README.md
3 include this_version.py
4 include Makefile wscript */wscript_build
5 include waf waflib/* waflib/*/*
6 exclude waflib/__pycache__/*
7 include aubio.pc.in
8 include nose2.cfg
9 include requirements.txt
10 include src/*.c src/*.h
11 include src/*/*.c src/*/*.h
12 include examples/*.c examples/*.h
13 include tests/*.h tests/*/*.c tests/*/*/*.c
14 include python/ext/*.h
15 include python/__init__.py
16 include python/lib/__init__.py
17 include python/lib/moresetuptools.py
18 include python/lib/gen_external.py
19 include python/lib/gen_code.py
20 include python/tests/run_all_tests
21 include python/tests/*.py
22 include python/tests/eval_pitch
23 include python/demos/*.py
24 include python/tests/*.expected
25 include doc/*.txt doc/*.rst doc/*.cfg doc/Makefile doc/make.bat doc/conf.py
26 exclude doc/full.cfg
27 include scripts/* scripts/apple/Info.plist scripts/apple/Modules/module.modulemap
28 exclude python/gen/*