summaryrefslogtreecommitdiff
path: root/setup.py
Commit message (Expand)AuthorAgeFilesLines
* drop python3.6Anthony Sottile2022-12-131-4/+1
* run pyupgradeAnthony Sottile2021-11-081-1/+0
* manual: drop python 2Anthony Sottile2021-11-081-9/+1
* add simple .pre-commit-config.yamlAnthony Sottile2021-10-101-1/+0
* drop python 3.4drop_py34Anthony Sottile2021-03-161-2/+1
* Remove broken mention of testsuite from setup.pyDmitry Marakasov2020-05-261-1/+0
* Update documentation URLsSebastiaan Lokhorst2020-05-241-1/+1
* Add Changes project URLVille Skyttä2020-05-051-0/+4
* setup.py: add py38 to documentjnozsc2020-04-061-0/+1
* Add testing and document support for Python 3.7Jon Dufresne2018-09-091-0/+1
* Remove support for EOL Python 2.6 and 3.3Jon Dufresne2018-06-021-2/+1
* Document all supported Python versions as trove classifiersJon Dufresne2017-06-031-0/+8
* Tagged release 2.0.02.0.0release/2.0.0Ian Lee2016-05-311-1/+0
* Added maintainer metadata to packageIan Lee2016-05-291-0/+2
* Finished updating rtd linksupdate-rtd-linksIan Lee2016-05-291-1/+1
* Convert readthedocs link for their .org -> .io migration for hosted projectsAdam Chainz2016-05-291-1/+1
* Updated pycodestyle file name and setup.pyIan Lee2016-05-261-6/+6
* Added pycodestyle entry_pointIan Lee2016-05-261-1/+2
* Fix 'python setup.py test'Florent Xicluna2013-03-021-1/+1
* Add the unittests to the configurationFlorent Xicluna2013-03-011-0/+1
* Kill extra, in line with YAGNI principleFlorent Xicluna2013-02-261-1/+0
* Do not require 'setuptools' to work around an issue with pip and Python 3; is...Florent Xicluna2013-02-261-1/+2
* The TODO has moved to the issue tracker a long time agoFlorent Xicluna2012-12-231-2/+2
* Release version 1.41.4Florent Xicluna2012-12-221-1/+1
* Update setup.pyFlorent Xicluna2012-06-131-8/+4
* Release version 1.0.11.0.1Florent Xicluna2012-04-061-7/+23
* Release 1.0.Florent Xicluna2012-04-041-1/+1
* Obsolete todo items.Florent Xicluna2012-03-301-2/+3
* Release version 0.7.0.Florent Xicluna2012-03-261-1/+1
* whitespace bikeshedding.Florent Xicluna2012-03-261-33/+34
* Merge fixes for issues #34, #43 and #48.Florent Xicluna2012-03-261-3/+13
* Release 0.6.0.Johann C. Rocholl2010-09-191-1/+1
* Back to development.florentx2010-03-021-1/+1
* Version number for new release.Johann C. Rocholl2010-02-171-1/+1
* And all is righted.cburroughs2009-11-151-2/+2
* Back to development: 0.5reinout2009-11-121-1/+1
* Preparing release 0.4.2reinout2009-11-121-1/+1
* Back to development: 0.5reinout2009-11-121-1/+1
* Preparing release 0.4.1reinout2009-11-121-1/+1
* Back to developmentreinout2009-11-121-1/+1
* preparing 0.4reinout2009-11-121-1/+1
* README.txt was renamed to README.rst, reflect this in setup.py and MANIFEST.inreinout2009-11-121-1/+1
* Back to developmentreinout2009-10-061-1/+1
* Preparing 0.3.1 releasereinout2009-10-061-1/+1
* Using py_modules instead of packages in setup() call as that is intended for ...reinout2009-10-061-2/+2
* Preparing 0.3 releasereinout2009-10-061-1/+1
* Documentation update, added changelogreinout2009-10-061-1/+3
* Added setup.py to make it easy_installable. This allows upload to pypi.reinout2009-10-061-0/+29