summaryrefslogtreecommitdiff
path: root/setup.py
Commit message (Expand)AuthorAgeFilesLines
* update URIs and badges after migration to tlsfuzzer orgHubert Kario2020-12-101-1/+1
* add python 3.9 to keywordsHubert Kario2020-11-121-0/+1
* Format with blackTaneli Hukkinen2020-01-261-32/+30
* setup.py: fix flakesHubert Kario2019-12-171-3/+3
* also allow the older gmpyHubert Kario2019-12-021-0/+1
* be explicit about the optional dependency on gmpy2Hubert Kario2019-12-021-0/+3
* six: expect specific versionHubert Kario2019-11-291-1/+1
* also add py3.8 to setup.pyHubert Kario2019-10-201-0/+1
* setup.py: set long_description from README.mdDaniel Himmelstein2018-09-191-0/+10
* Specify markdown README for PyPI's long_descriptionDaniel Himmelstein2018-09-191-0/+1
* Update Python versions (#97)Hugo2018-09-091-0/+2
* Update Python versionsJon Banafato2017-06-281-1/+1
* tox: update code-checks to use flake8Brian Warner2016-11-181-1/+1
* Merge PR60: unbundle 'six'Brian Warner2016-11-161-0/+1
|\
| * Fix #59: Removed ecdsa.six bundlingSylvain2016-10-271-2/+4
* | setup.py: just require setuptoolsBrian Warner2016-11-161-6/+2
* | move benchmarks to separate file, add tox environmentBrian Warner2016-11-161-60/+0
* | move sources into src/Brian Warner2016-11-161-0/+1
* | setup.py: upgrade to versioneer-0.17Brian Warner2016-11-161-6/+0
|/
* Make Python 3.5 support officialHubert Kario2016-01-211-0/+1
* change author email addressBrian Warner2015-09-021-1/+1
* fix py3, which I always mess upBrian Warner2014-12-161-6/+7
* add 'setup.py speed' to run benchmarksBrian Warner2014-12-161-0/+39
* setup.py: use setuptools if available, but tolerate it being missingBrian Warner2014-07-141-1/+6
* setup.py: hush pyflakesBrian Warner2014-07-141-3/+0
* upgrade to versioneer-0.11Brian Warner2014-07-141-0/+1
* Declare Python 3.4 support in setup.pyAlex Gaynor2014-06-081-0/+1
* switch to Versioneer for version-string managementBrian Warner2014-03-101-64/+11
* Added trove classifiers showing versions supportedAlex Gaynor2014-02-151-1/+10
* Initial port for Python 3.Elizabeth Myers2013-10-011-6/+6
* clean up unit test runner: import+call rather than use subprocess.Popen()Brian Warner2010-11-261-18/+10
* setup.py: use --tags when asking git about the revision, otherwise it fails.python-ecdsa-0.6Brian Warner2010-10-151-1/+2
* fix version-setting code, tolerate lack of git or .git/ (work from sdists)Brian Warner2010-06-051-12/+23
* fix all unit tests to exit with rc!=0 on failure, add 'setup.py test' commandBrian Warner2010-06-051-1/+28
* Add Git version-handling code. Generated __version__ now lives in _version.pyBrian Warner2010-06-051-6/+54
* release 0.5, with NEWS, LICENSE, etc.python-ecdsa-0.5Brian Warner2010-04-271-1/+1
* renamed directory to 'ecdsa', renamed package to 'python-ecdsa', removed 'set...Brian Warner2010-04-181-46/+7
* Built wrapper around raw ecdsa.py code, basic docs, unit tests, setup.pyBrian Warner2010-04-181-0/+57