python/scripts/aubio: simple script to replace examples/ in the python world
[aubio.git] / MANIFEST.in
1 include AUTHORS COPYING README.md VERSION ChangeLog
2 include python/README.md
3 include Makefile wscript */wscript_build
4 include waf waflib/* waflib/*/*
5 exclude waflib/__pycache__/*
6 include aubio.pc.in
7 include nose2.cfg
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 include python/__init__.py
15 include python/lib/__init__.py
16 include python/lib/moresetuptools.py
17 include python/lib/gen_external.py
18 include python/lib/gen_code.py
19 include python/tests/run_all_tests
20 include python/tests/*.py
21 include python/tests/eval_pitch
22 include python/demos/*.py
23 include python/tests/*.expected
24 include doc/*.txt doc/*.rst doc/*.cfg doc/Makefile doc/make.bat doc/conf.py
25 exclude doc/full.cfg
26 include scripts/* scripts/apple/Info.plist scripts/apple/Modules/module.modulemap
27 exclude python/gen/*