summaryrefslogtreecommitdiff
path: root/setup.py
Commit message (Expand)AuthorAgeFilesLines
* Set static PyPI project description (#476)Philip Allgaier2023-02-131-2/+1
* add typing information (#475)DS/Charlie2023-02-131-0/+3
* Change to SPDX conform license string (#472)elprimato2022-10-231-1/+1
* Release 0.13.1 (#469)0.13.1Philip Allgaier2022-04-071-0/+1
* Add Python 3.9 support (#433)Philip Allgaier2020-10-071-0/+1
* Cleanup python versions (remove unsupported + add 3.8)Philip Allgaier2020-09-211-2/+1
* Fix open bug.Alec Thomas2018-08-051-1/+2
* Use long_description_content_type='text/markdown' yay!Alec Thomas2018-08-051-10/+5
* 0.11.3Alec Thomas2018-08-051-10/+5
* Add support for Python 3.7Julien Danjou2018-07-061-2/+1
* Drop support for Python 3.3 (#343)Simeon Visser2018-06-241-1/+0
* Fix Python 3.x compatibility for setup.py (#332)Felix Yan2018-03-011-3/+3
* 0.11.10.11.1Alec Thomas2018-02-151-1/+1
* Sync references to Python versionsJon Banafato2017-06-261-0/+1
* Drop support for end-of-life Python versionsJon Banafato2017-06-261-2/+0
* Declare support for Python 3.6Jon Banafato2017-06-261-0/+1
* Don't list setuptools as a runtime dependencyHolger Peters2017-02-091-3/+0
* Remove setup_requires from setup.pyPaulus Schoutsen2016-07-311-3/+0
* setup.py changed to support packagesTushar Makkar2016-04-151-1/+1
* Squashing commits into 1Tushar Makkar2016-04-151-0/+3
* Fix some bugs.Alec Thomas2015-12-161-1/+1
* Use https in setupRichard O'Dwyer2015-06-281-2/+2
* Use with statement to close file handleSimeon Visser2014-12-131-1/+2
* Added package classifiers to indicate support for Python 3.xSimeon Visser2014-12-021-0/+13
* Also include README.rst in distribution.Alec Thomas2014-10-111-0/+5
* pass flake8 + related tox configurationAntoine Musso2013-10-311-1/+1
* Switch to Markdown docs.Alec Thomas2013-08-181-1/+8
* Remove deprecated compatibility, bump to 0.8.0.Alec Thomas2013-07-301-1/+1
* Fix Python builtin collisions.Alec Thomas2013-01-101-2/+2
* Missed a reference to README.rst.0.1Alec Thomas2010-07-151-1/+1
* Add __version__ and __author__ support.Alec Thomas2010-07-151-3/+9
* Initial import.Alec Thomas2010-07-151-0/+22