summaryrefslogtreecommitdiff
path: root/setup.py
Commit message (Expand)AuthorAgeFilesLines
* Fix setup.py sdist and release0.26.2Matěj Cepl2017-09-201-7/+5
* Change JavaDoc parameters to the Sphinx convention.Matěj Cepl2017-09-201-5/+5
* Switch OpenSSL DEPRECATEDIN_1_1_0 function into Python warnings.Matěj Cepl2017-09-201-9/+18
* Fixes of setup.py for OpenSSL 1.1.0 on RHEL-6.Jim Carroll2017-09-191-5/+28
* Clean all compiled librariesMatěj Cepl2017-01-201-2/+2
* Fix the commit to the current master branch.Matěj Cepl2016-12-131-19/+2
* Use swig generated python loaderJoe Julian2016-12-131-1/+3
* Enforce policy that we cannot use for sdist system with too recent OpenSSL.Matěj Cepl2016-12-131-3/+47
* New release 0.25.0.0.25.0Matěj Cepl2016-07-221-2/+1
* Don't swig on the ancient platforms.Matěj Cepl2016-07-111-1/+46
* setup.py: Add PEP-484 type hints in comments.Matěj Cepl2016-06-201-1/+1
* Eliminate pack.pyMatěj Cepl2016-05-181-2/+3
* Make long_description a string, not a tupleCraig Rodrigues2016-05-161-1/+1
* setup.py: Add note about smartcards.Matěj Cepl2016-05-111-1/+2
* Don't ignore any --swig-opts passed on the command line.Konstantinos Koukopoulos2016-04-281-0/+3
* More thorough setup.py clean. Remove also generated modules.Matěj Cepl2016-04-111-2/+28
* make build directory before attempting to write output file _m2crypto.py;Paul Brussee2016-02-261-0/+2
* Fixed "This openssl-devel package does not work your architecture" on 32-bit ...Andreas Maier2016-02-151-1/+12
* Separate version number into a separate module and use it in setup.py.Matěj Cepl2016-02-021-1/+10
* Release 0.23.00.23.0Matěj Cepl2016-01-291-1/+1
* Accommodating review comment ... using next() instead of full list.Matěj Cepl2016-01-211-5/+4
* Move openssl option to build_ext, but read it from options of build as well.Matěj Cepl2016-01-201-1/+24
* Reformatting setup() command to be more readable.Matěj Cepl2016-01-201-45/+49
* Use PEP 440 compliant version number.Craig Rodrigues2015-12-031-1/+1
* Use setuptools by default and remove distutils usageCraig Rodrigues2015-12-031-13/+10
* RHEL-6 doesn't need to investigate proper multiarch.Matěj Cepl2015-11-251-16/+10
* Make the construct working even for python 26, where there is no sysconfig mo...Matěj Cepl2015-11-251-6/+14
* Make patch working on Fedora/RHEL again.Matěj Cepl2015-11-251-14/+14
* On Linux, add multiarch directory to include path.Craig Rodrigues2015-11-251-0/+6
* One more RC for 0.22.6Matěj Cepl2015-11-021-1/+1
* RC for testingMatěj Cepl2015-10-191-1/+1
* Add missing files to MANIFEST.inMatěj Cepl2015-10-161-1/+1
* Add SWIG/*.h as well.0.22.5Matěj Cepl2015-10-131-1/+1
* New release.0.22.4Matěj Cepl2015-10-131-5/+5
* Clean up setup.py to be PEP8-compliant.Matěj Cepl2015-10-131-36/+36
* We forgot import platform somewhere so tests were failing.Matěj Cepl2015-10-131-2/+4
* Fix build with SWIG 3.0.5Miloslav Trmač2015-10-131-58/+38
* Switch unit testing to have at least 2.7 unittest API available.Matěj Cepl2015-10-131-0/+4
* 0.21 release tarball was buggy, so need to release 0.21.1.Heikki Toivonen2011-01-151-2/+2
* Open trunk for 0.21 work.Heikki Toivonen2009-08-271-1/+1
* Add 2009 copyrights.Heikki Toivonen2009-02-061-1/+1
* Add Trove classification: Topic :: Software Development :: Libraries :: Pytho...Heikki Toivonen2009-02-061-0/+1
* Fix long desc and classifiers so that we can use upload command.Heikki Toivonen2008-10-061-2/+18
* Trunk is moving towards 0.20.Heikki Toivonen2008-09-171-1/+3
* Working towards 0.19 release on the trunk.Heikki Toivonen2007-10-081-1/+1
* Bug 9404, redo build fix when OpenSSL configured without EC.Heikki Toivonen2007-10-081-5/+5
* Homepage moved, although old URL will still work (redirects).Heikki Toivonen2007-07-261-1/+1
* Make setup.py work with Python 2.3, patch by Thomas Uram.Heikki Toivonen2007-07-111-1/+1
* A test-only change slipped in, foo -> usr.Heikki Toivonen2007-06-221-1/+1
* Bug 9477, moved --openssl option from general setup.py option to build_ext op...Heikki Toivonen2007-06-221-40/+55