From: Paul Brossier Date: Wed, 19 Dec 2018 16:49:28 +0000 (+0100) Subject: [py] also ship python script in tarball X-Git-Tag: 0.4.9~71^2^2~1 X-Git-Url: https://git.aubio.org/?a=commitdiff_plain;h=6a99bff8caf26ea9f2881099115c325de274d0d4;p=aubio.git [py] also ship python script in tarball --- diff --git a/MANIFEST.in b/MANIFEST.in index d42e5ab4..c719c747 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -11,7 +11,7 @@ include requirements.txt include src/*.c src/*.h include src/*/*.c src/*/*.h include examples/*.c examples/*.h -include tests/*.h tests/*/*.c tests/*/*/*.c +recursive-include tests *.h *.c *.py include python/ext/*.h recursive-include python *.py include python/README.md