summaryrefslogtreecommitdiff
path: root/passlib/_setup
Commit message (Collapse)AuthorAgeFilesLines
* cleanup old python compat -- removed all "from __future__" importsEli Collins2020-10-061-1/+0
|
* setup: added $SOURCE_DATE_EPOCH support to revision stampingEli Collins2017-02-141-1/+4
|
* setup: synced stamp.py file from gable source;Eli Collins2017-01-221-8/+4
| | | | this fixes glitch where it used wrong setup() option
* setup: removed unused 'docdist' helperEli Collins2016-12-191-87/+0
|
* setup.py: exclude passlib._setup from bdists, only needed for sdists.Eli Collins2016-12-051-5/+38
|
* setup.py: fixed hg revision stamping so builds from sdist don't try toEli Collins2016-12-051-11/+72
| | | | re-append hg revision; relocated code to ._setup helper package.
* removed some unused importsEli Collins2013-04-091-1/+0
|
* style cleanupsEli Collins2013-04-092-3/+3
|
* project-wide whitespace & comment cleanup (it's been a couple of years)Eli Collins2012-08-012-28/+28
|
* 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