summaryrefslogtreecommitdiff
path: root/passlib/_setup
Commit message (Collapse)AuthorAgeFilesLines
* tweak to setup scriptEli Collins2012-02-091-8/+8
|
* removed 2to3 translation step from setupEli Collins2011-12-062-157/+1
|
* added signing capability to docdist cmdEli Collins2011-08-171-0/+18
|
* documentation building should now be done through 'setup.py build_sphinx';Eli Collins2011-08-171-0/+69
| | | | | changed instructions accordingly; also added 'docdist' setup command to build doc zip files
* setup script enhancementsEli Collins2011-08-173-0/+214
* added code to make builtin snapshots & releases with correct version # easier, no longer dependant on egg_info's tag_date (which didn't make PEP compatible version strings anyways). * moved passlib.setup to passlib._setup - not really publically useful anyways, and name was causing nose/unitest to get confused * added tests/*.cfg to setup & manifest