summaryrefslogtreecommitdiff
path: root/MANIFEST.in
diff options
context:
space:
mode:
authorMatěj Cepl <mcepl@cepl.eu>2016-07-11 18:38:38 +0200
committerMatěj Cepl <mcepl@cepl.eu>2016-07-11 23:15:42 +0200
commit7b33d81641bbd5e7751e6ab4bef938f88b8bf1f7 (patch)
tree8dddb5f4c3c0a13527202513151f3c02e2dd141d /MANIFEST.in
parent3c6691c31e51ac765298d39f7ee64f085024ce2d (diff)
downloadm2crypto-7b33d81641bbd5e7751e6ab4bef938f88b8bf1f7.tar.gz
Don't swig on the ancient platforms.
Fixes #140
Diffstat (limited to 'MANIFEST.in')
-rw-r--r--MANIFEST.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/MANIFEST.in b/MANIFEST.in
index 9a7d09d..1e42a02 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -9,4 +9,5 @@ include README.rst
include CHANGES
include epydoc.conf
include LICENCE
-exclude M2Crypto/_m2crypto.py
+include SWIG/_m2crypto_wrap.c
+include M2Crypto/_m2crypto.py