source: MANIFEST.in @ c3fc8d9

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

[py] simplify waf inclusion in MANIFEST.in, avoiding pyc

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