source: MANIFEST.in @ 8b7cdba

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

MANIFEST.in: exclude full.cfg, include waflib

  • Property mode set to 100644
File size: 907 bytes
RevLine 
[6e8b8f4]1include AUTHORS COPYING README.md VERSION ChangeLog
[655150ce]2include python/README.md
[6e8b8f4]3include Makefile wscript */wscript_build
[0c3baa73]4include waf waflib/* waflib/*/*
5exclude waflib/__pycache__/*
[6e8b8f4]6include aubio.pc.in
7include nose2.cfg
8include requirements.txt
[857fe7ff]9include src/*.c src/*.h
10include src/*/*.c src/*/*.h
[6e8b8f4]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
[0c3baa73]21include python/tests/eval_pitch
[6e8b8f4]22include python/demos/*.py
23include python/tests/*.expected
24include doc/*.txt doc/*.rst doc/*.cfg doc/Makefile doc/make.bat doc/conf.py
[0c3baa73]25exclude doc/full.cfg
[6e8b8f4]26include scripts/* scripts/apple/Info.plist scripts/apple/Modules/module.modulemap
27exclude python/gen/*
Note: See TracBrowser for help on using the repository browser.