shithub: aubio

Download patch

ref: 6a99bff8caf26ea9f2881099115c325de274d0d4
parent: a617bf31cb29614eae92649034696100726ba87d
author: Paul Brossier <piem@piem.org>
date: Wed Dec 19 12:49:28 EST 2018

[py] also ship python script in tarball

--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -11,7 +11,7 @@
 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