source: MANIFEST.in @ f49cf4c

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

MANIFEST.in: ship this_version.py

  • Property mode set to 100644
File size: 931 bytes
Line 
1include AUTHORS COPYING README.md VERSION ChangeLog
2include python/README.md
3include this_version.py
4include Makefile wscript */wscript_build
5include waf waflib/* waflib/*/*
6exclude waflib/__pycache__/*
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
15include python/__init__.py
16include python/lib/__init__.py
17include python/lib/moresetuptools.py
18include python/lib/gen_external.py
19include python/lib/gen_code.py
20include python/tests/run_all_tests
21include python/tests/*.py
22include python/tests/eval_pitch
23include python/demos/*.py
24include python/tests/*.expected
25include doc/*.txt doc/*.rst doc/*.cfg doc/Makefile doc/make.bat doc/conf.py
26exclude doc/full.cfg
27include scripts/* scripts/apple/Info.plist scripts/apple/Modules/module.modulemap
28exclude python/gen/*
Note: See TracBrowser for help on using the repository browser.