From: Paul Brossier Date: Sun, 24 Apr 2016 16:51:10 +0000 (+0200) Subject: python/MANIFEST.in: update lib/gen locations X-Git-Tag: 0.4.4~300^2~223 X-Git-Url: https://git.aubio.org/?a=commitdiff_plain;h=8b2aafd78c3f5c08ce9b380bd3cd0c8d2afd3ada;p=aubio.git python/MANIFEST.in: update lib/gen locations --- diff --git a/python/MANIFEST.in b/python/MANIFEST.in index cffccebf..549c797f 100644 --- a/python/MANIFEST.in +++ b/python/MANIFEST.in @@ -1,7 +1,7 @@ include README COPYING VERSION include ext/*.h -include lib/generator.py -include lib/gen_pyobject.py +include lib/gen_external.py +include lib/gen_code.py include gen/aubio-generated.h include tests/run_all_tests include tests/*.py