summaryrefslogtreecommitdiff
path: root/setup.py
Commit message (Collapse)AuthorAgeFilesLines
* 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