summaryrefslogtreecommitdiff
path: root/distribute_setup.py
Commit message (Collapse)AuthorAgeFilesLines
* - distribute/setuptools all over the place right nowMike Bayer2013-07-021-515/+0
|
* - adjustments for py3.3 unit tests, [ticket:2542]Mike Bayer2012-08-111-13/+43
|
* - latest distributeMike Bayer2010-07-051-26/+34
| | | | | - added caveats to unittest README encountered with Py2.7 + current nose 0.11.3 - call counts for py2.7. all tests pass for sqlite + mysql-python + psycopg2
* - Improved the installation/test setup regarding Python 3,Mike Bayer2010-02-131-0/+477
now that Distribute runs on Py3k. distribute_setup.py is now included. See README.py3k for Python 3 installation/ testing instructions.