source: MANIFEST.in @ a159628

feature/autosinkfeature/cnnfeature/cnn_orgfeature/constantqfeature/crepefeature/crepe_orgfeature/pitchshiftfeature/pydocstringsfeature/timestretchfix/ffmpeg5sampleryinfft+
Last change on this file since a159628 was 0c3baa73, checked in by Paul Brossier <piem@piem.org>, 7 years ago

MANIFEST.in: exclude full.cfg, include waflib

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