From 6e8b8f4d3b5d3b0b3a9240f31990bd8264e6e697 Mon Sep 17 00:00:00 2001 From: Paul Brossier Date: Sat, 14 May 2016 22:00:21 +0200 Subject: [PATCH] MANIFEST.in: move from python/, update contents --- MANIFEST.in | 25 +++++++++++++++++++++++++ python/MANIFEST.in | 8 -------- 2 files changed, 25 insertions(+), 8 deletions(-) create mode 100644 MANIFEST.in delete mode 100644 python/MANIFEST.in diff --git a/MANIFEST.in b/MANIFEST.in new file mode 100644 index 00000000..a062a1a1 --- /dev/null +++ b/MANIFEST.in @@ -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 index 549c797f..00000000 --- a/python/MANIFEST.in +++ /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 -- 2.11.0