From 6a99bff8caf26ea9f2881099115c325de274d0d4 Mon Sep 17 00:00:00 2001 From: Paul Brossier Date: Wed, 19 Dec 2018 17:49:28 +0100 Subject: [PATCH] [py] also ship python script in tarball --- MANIFEST.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.11.0