source: MANIFEST.in @ 22e3ef1

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

Merge branch 'master' into feature/pytest

  • Property mode set to 100644
File size: 717 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 requirements.txt
10include src/*.c src/*.h
11include src/*/*.c src/*/*.h
12include examples/*.c examples/*.h
13recursive-include tests *.h *.c *.py
14include python/ext/*.h
15recursive-include python *.py
16include python/README.md
17include python/tests/eval_pitch
18include python/tests/*.expected
19include doc/*.txt doc/*.rst doc/*.cfg doc/Makefile doc/make.bat doc/conf.py
20exclude doc/full.cfg
21include scripts/* scripts/apple/Info.plist scripts/apple/Modules/module.modulemap
22exclude python/gen/*
Note: See TracBrowser for help on using the repository browser.