projects
/
aubio.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a617bf3
)
[py] also ship python script in tarball
author
Paul Brossier
<piem@piem.org>
Wed, 19 Dec 2018 16:49:28 +0000
(17:49 +0100)
committer
Paul Brossier
<piem@piem.org>
Wed, 19 Dec 2018 16:49:28 +0000
(17:49 +0100)
MANIFEST.in
patch
|
blob
|
history
diff --git
a/MANIFEST.in
b/MANIFEST.in
index
d42e5ab
..
c719c74
100644
(file)
--- 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