source: MANIFEST.in @ e406835

feature/autosinkfeature/cnnfeature/cnn_orgfeature/constantqfeature/crepefeature/crepe_orgfeature/pitchshiftfeature/timestretchfix/ffmpeg5
Last change on this file since e406835 was 59bad82, checked in by Paul Brossier <piem@piem.org>, 5 years ago

[py] include waf_gensyms.py in MANIFEST.in

  • Property mode set to 100644
File size: 777 bytes
Line 
1include AUTHORS COPYING README.md VERSION ChangeLog
2include python/README.md
3include this_version.py
4include waf_gensyms.py
5include waf
6recursive-include waflib *.py
7include Makefile wscript */wscript_build
8include aubio.pc.in
9include nose2.cfg
10include requirements.txt
11include src/*.c src/*.h
12include src/*/*.c src/*/*.h
13include examples/*.c examples/*.h
14include tests/*.h tests/*/*.c tests/*/*/*.c
15include python/ext/*.h
16recursive-include python *.py
17include python/README.md
18include python/tests/run_all_tests
19include python/tests/eval_pitch
20include python/tests/*.expected
21include doc/*.txt doc/*.rst doc/*.cfg doc/Makefile doc/make.bat doc/conf.py
22exclude doc/full.cfg
23include scripts/* scripts/apple/Info.plist scripts/apple/Modules/module.modulemap
24exclude python/gen/*
Note: See TracBrowser for help on using the repository browser.