source: MANIFEST.in @ ecd370b

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

[py] update and simplify MANIFEST.in

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