.travis.yml: add xcode8.2, mimick build_apple_frameworks options
[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
5 include aubio.pc.in
6 include nose2.cfg
7 include requirements.txt
8 include src/*.c src/*.h
9 include src/*/*.c src/*/*.h
10 include examples/*.c examples/*.h
11 include tests/*.h tests/*/*.c tests/*/*/*.c
12 include python/ext/*.h
13 include python/__init__.py
14 include python/lib/__init__.py
15 include python/lib/moresetuptools.py
16 include python/lib/gen_external.py
17 include python/lib/gen_code.py
18 include python/tests/run_all_tests
19 include python/tests/*.py
20 include python/demos/*.py
21 include python/tests/*.expected
22 include doc/*.txt doc/*.rst doc/*.cfg doc/Makefile doc/make.bat doc/conf.py
23 include scripts/* scripts/apple/Info.plist scripts/apple/Modules/module.modulemap
24 exclude python/gen/*