From 0c3baa73f03866502873a1831ac57b5196f78e11 Mon Sep 17 00:00:00 2001 From: Paul Brossier Date: Fri, 16 Dec 2016 13:03:30 +0100 Subject: [PATCH] MANIFEST.in: exclude full.cfg, include waflib --- MANIFEST.in | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/MANIFEST.in b/MANIFEST.in index 3efc7f88..c39c6d3e 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,7 +1,8 @@ include AUTHORS COPYING README.md VERSION ChangeLog include python/README.md include Makefile wscript */wscript_build -include waf +include waf waflib/* waflib/*/* +exclude waflib/__pycache__/* include aubio.pc.in include nose2.cfg include requirements.txt @@ -17,8 +18,10 @@ include python/lib/gen_external.py include python/lib/gen_code.py include python/tests/run_all_tests include python/tests/*.py +include python/tests/eval_pitch include python/demos/*.py include python/tests/*.expected include doc/*.txt doc/*.rst doc/*.cfg doc/Makefile doc/make.bat doc/conf.py +exclude doc/full.cfg include scripts/* scripts/apple/Info.plist scripts/apple/Modules/module.modulemap exclude python/gen/* -- 2.11.0