summaryrefslogtreecommitdiff
path: root/MANIFEST.in
diff options
context:
space:
mode:
authorMiloslav Trmač <mitr@redhat.com>2015-07-11 03:43:04 +0200
committerMatěj Cepl <mcepl@cepl.eu>2015-10-13 15:52:26 +0200
commit62dbd41b0b6e3d04a02a3d9d8bd533e6016e6565 (patch)
tree267667fce9a7adbf9acaef2a9dfe1c7d5e093c8e /MANIFEST.in
parent4c606090a51c54caadda8a6f0090ccb6737408f0 (diff)
downloadm2crypto-62dbd41b0b6e3d04a02a3d9d8bd533e6016e6565.tar.gz
Fix build with SWIG 3.0.5
See analysis and previous patches in https://github.com/martinpaljak/M2Crypto/issues/60 and https://github.com/swig/swig/issues/344, in particular this adds the build machinery to patch https://github.com/martinpaljak/M2Crypto/issues/60#issuecomment-75735489 Fixes #47
Diffstat (limited to 'MANIFEST.in')
-rw-r--r--MANIFEST.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/MANIFEST.in b/MANIFEST.in
new file mode 100644
index 0000000..6c4b3c5
--- /dev/null
+++ b/MANIFEST.in
@@ -0,0 +1,3 @@
+include SWIG/*.i
+include SWIG/*.def
+exclude M2Crypto/_m2crypto.py