MANIFEST.in: move from python/, update contents
authorPaul Brossier <piem@piem.org>
Sat, 14 May 2016 20:00:21 +0000 (22:00 +0200)
committerPaul Brossier <piem@piem.org>
Sat, 14 May 2016 20:00:21 +0000 (22:00 +0200)
MANIFEST.in [new file with mode: 0644]
python/MANIFEST.in [deleted file]

diff --git a/MANIFEST.in b/MANIFEST.in
new file mode 100644 (file)
index 0000000..a062a1a
--- /dev/null
@@ -0,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
diff --git a/python/MANIFEST.in b/python/MANIFEST.in
deleted file mode 100644 (file)
index 549c797..0000000
+++ /dev/null
@@ -1,8 +0,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