summaryrefslogtreecommitdiff
path: root/MANIFEST.in
diff options
context:
space:
mode:
authorMohd Saquib <mohd.saquib@suse.com>2023-02-02 21:02:32 +0530
committerMatěj Cepl <mcepl@cepl.eu>2023-02-03 16:20:55 +0100
commit048512359851ae1d1622e9d6f9c8c8575cb02fa8 (patch)
tree0733d9cf0beeafd0920ac9ba002b61f9236c7338 /MANIFEST.in
parentb6917efc045dfdb5fb40804f88c7ade2c2841677 (diff)
downloadm2crypto-048512359851ae1d1622e9d6f9c8c8575cb02fa8.tar.gz
Add functionality to extract EC key from public key + Update tests
Fixes #124
Diffstat (limited to 'MANIFEST.in')
-rw-r--r--MANIFEST.in10
1 files changed, 5 insertions, 5 deletions
diff --git a/MANIFEST.in b/MANIFEST.in
index 1eb138a..e14b231 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -1,6 +1,6 @@
-include SWIG/*.i
-include SWIG/*.h
-include SWIG/*.def
+include src/SWIG/*.i
+include src/SWIG/*.h
+include src/SWIG/*.def
recursive-include tests *.py *.pem *.der *.b64 README *.pgp *.dat *.p7* *.crt *.txt
recursive-include doc *
recursive-include contrib *
@@ -9,5 +9,5 @@ include README.rst
include CHANGES
include epydoc.conf
include LICENCE
-include SWIG/_m2crypto_wrap.c
-include M2Crypto/m2crypto.py
+include src/SWIG/_m2crypto_wrap.c
+include src/M2Crypto/m2crypto.py