summaryrefslogtreecommitdiff
path: root/setup.py
Commit message (Collapse)AuthorAgeFilesLines
* Document all supported Python versions as trove classifiersJon Dufresne2017-06-031-0/+8
| | | | | | I frequently use PyPI trove classifiers to check if a 3rd party package is usable by my projects. Documenting the supported versions makes this much easier for potential library users.
* 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
| | | | Updated references to pep8.readthedocs.io -> pycodestyle.readthedocs.io
* Convert readthedocs link for their .org -> .io migration for hosted projectsAdam Chainz2016-05-291-1/+1
| | | | | | | | As per their email ‘Changes to project subdomains’: > Starting today, Read the Docs will start hosting projects from subdomains on the domain readthedocs.io, instead of on readthedocs.org. This change addresses some security concerns around site cookies while hosting user generated data on the same domain as our dashboard. Test Plan: Manually visited all the links I’ve modified.
* Updated pycodestyle file name and setup.pyIan Lee2016-05-261-6/+6
|
* Added pycodestyle entry_pointIan Lee2016-05-261-1/+2
| | | | Converted pep8 entry point to emit a deprecation warning for users
* 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; ↵Florent Xicluna2013-02-261-1/+2
| | | | issue #172
* 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
| | | | | | single files. Added manifest file for picking up changes.txt and todo.txt as distutils doesn't detect files in git
* 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