ref: 6e8b8f4d3b5d3b0b3a9240f31990bd8264e6e697
parent: 2675227fe5bfe31f666dfba6ebd6c6bf1d91863b
author: Paul Brossier <piem@piem.org>
date: Sat May 14 18:00:21 EDT 2016
MANIFEST.in: move from python/, update contents
--- /dev/null
+++ b/MANIFEST.in
@@ -1,0 +1,25 @@
+include AUTHORS COPYING README.md VERSION ChangeLog
+include python/README
+include Makefile wscript */wscript_build
+include waf
+include aubio.pc.in
+include nose2.cfg
+include requirements.txt
+include src/*.h
+include src/*/*.h
+include examples/*.c examples/*.h
+include tests/*.h tests/*/*.c tests/*/*/*.c
+include python/ext/*.h
+include python/__init__.py
+include python/lib/__init__.py
+include python/lib/moresetuptools.py
+include python/lib/gen_external.py
+include python/lib/gen_code.py
+include python/tests/run_all_tests
+include python/tests/*.py
+include python/demos/*.py
+include python/tests/*.expected
+include doc/*.txt doc/*.rst doc/*.cfg doc/Makefile doc/make.bat doc/conf.py
+include scripts/* scripts/apple/Info.plist scripts/apple/Modules/module.modulemap
+exclude python/gen/*
+exclude python/ext/config.h
--- a/python/MANIFEST.in
+++ /dev/null
@@ -1,8 +1,0 @@
-include README COPYING VERSION
-include ext/*.h
-include lib/gen_external.py
-include lib/gen_code.py
-include gen/aubio-generated.h
-include tests/run_all_tests
-include tests/*.py
-include demos/*.py