From: Paul Brossier Date: Tue, 5 Mar 2013 16:53:00 +0000 (-0500) Subject: MANIFEST.in: add manifest X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=63f6c13b3d5823e8126c488e4698dd398b483e05;p=aubio.git MANIFEST.in: add manifest --- diff --git a/python/MANIFEST.in b/python/MANIFEST.in new file mode 100644 index 00000000..4565f768 --- /dev/null +++ b/python/MANIFEST.in @@ -0,0 +1,8 @@ +include README COPYING VERSION +include ext/*.h +include gen/aubio-generated.h +include generator.py +include gen_pyobject.py +include demos/*.py +include tests/run_all_tests +include tests/*.py