summaryrefslogtreecommitdiff
path: root/MANIFEST.in
Commit message (Collapse)AuthorAgeFilesLines
* Add functionality to extract EC key from public key + Update testsMohd Saquib2023-02-031-5/+5
| | | | Fixes #124
* Fix packaging.0.30.1Matěj Cepl2018-04-291-1/+1
| | | | Fixes #212
* Fix the commit to the current master branch.Matěj Cepl2016-12-131-1/+1
|
* Package also test/*.crt files to allow testing from the tarball.Matěj Cepl2016-07-111-1/+1
|
* Don't swig on the ancient platforms.Matěj Cepl2016-07-111-1/+2
| | | | Fixes #140
* Don’t install files which don’t exist anymore.Matěj Cepl2015-11-281-2/+0
|
* Fix the biggest disasters in README.Matěj Cepl2015-11-021-6/+7
| | | | Fixes #61
* Add missing files to the distribution tarball.Matěj Cepl2015-11-021-1/+1
|
* Add missing files to MANIFEST.inMatěj Cepl2015-10-161-0/+9
| | | | | | | 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
* Add SWIG/*.h as well.0.22.5Matěj Cepl2015-10-131-0/+1
| | | | Fixes #60
* Fix build with SWIG 3.0.5Miloslav Trmač2015-10-131-0/+3
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