summaryrefslogtreecommitdiff
path: root/MANIFEST.in
diff options
context:
space:
mode:
authorMatěj Cepl <mcepl@cepl.eu>2015-10-14 07:07:57 +0200
committerMatěj Cepl <mcepl@cepl.eu>2015-10-16 01:51:49 +0200
commitf48671f1687d7d06c77f0c4e3c7722a878cf732d (patch)
tree3b95e838d7df921b56ad6379f08d7b1e34978b98 /MANIFEST.in
parentb78674a5b745b9c83c48c5a9e3c8e9f0a25a87e9 (diff)
downloadm2crypto-f48671f1687d7d06c77f0c4e3c7722a878cf732d.tar.gz
Add missing files to MANIFEST.in
I haven’t tested really fix contained in 0.22.5 so I have missed some other files which were missing to run ``setup.py test`` successfully. Fixes #62
Diffstat (limited to 'MANIFEST.in')
-rw-r--r--MANIFEST.in9
1 files changed, 9 insertions, 0 deletions
diff --git a/MANIFEST.in b/MANIFEST.in
index edfc120..79c65e5 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -1,4 +1,13 @@
include SWIG/*.i
include SWIG/*.h
include SWIG/*.def
+recursive-include tests *.py *.pem *.der *.b64 README
+recursive-include doc
+recursive-include demo
+recursive-include contrib
+include INSTALL
+include CHANGES
+include epydoc.conf
+include LICENSE
+include fedora-setup.sh
exclude M2Crypto/_m2crypto.py