summaryrefslogtreecommitdiff
path: root/MANIFEST.in
diff options
context:
space:
mode:
authorArmin Rigo <arigo@tunes.org>2012-07-27 10:22:35 +0200
committerArmin Rigo <arigo@tunes.org>2012-07-27 10:22:35 +0200
commit99ce704e8fa92e73bd7505491adec8938ee1e975 (patch)
tree674aad62d68ff27369591163063df317e099b6aa /MANIFEST.in
parent39f14154c4bf516db69ff90617b8470af3046177 (diff)
downloadcffi-99ce704e8fa92e73bd7505491adec8938ee1e975.tar.gz
c/test_c.py was also missing from MANIFEST.in
Diffstat (limited to 'MANIFEST.in')
-rw-r--r--MANIFEST.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/MANIFEST.in b/MANIFEST.in
index 9e56c81..962c460 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -1,5 +1,5 @@
recursive-include cffi *.py
-recursive-include c *.c *.h *.asm
+recursive-include c *.c *.h *.asm *.py
recursive-include testing *.py
recursive-include doc *.py *.rst Makefile *.bat
include LICENSE setup_base.py