summaryrefslogtreecommitdiff
path: root/setup.cfg
Commit message (Collapse)AuthorAgeFilesLines
* documentation building should now be done through 'setup.py build_sphinx';Eli Collins2011-08-171-1/+1
| | | | | changed instructions accordingly; also added 'docdist' setup command to build doc zip files
* setup script enhancementsEli Collins2011-08-171-7/+0
| | | | | | | | | | | * 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
* stripped trailing whitespace from a bunch of filesEli Collins2011-07-081-1/+1
|
* changed setup.cfg so nose works properly again; minor tweaks to setup.pyEli Collins2011-06-291-1/+1
|
* installation updatesEli Collins2011-06-221-1/+9
| | | | | | | | * updated install instructions to account for python 3 support * removed dependancy on distribute/setuptools: - no longer using find_packages() - using build_py_2to3 cmdclass as fallback if distribute's use_2to3 not available * some tweaks to make "setup.py test" work properly
* adding 2to3 + cond2to3 monkeypatch support to setup.py; all UTs pass py2.7 & 3.2Eli Collins2011-06-201-1/+2
|
* tweaked setup.cfgEli Collins2011-04-051-0/+9
|
* bumped version 1.4.devDATEEli Collins2011-03-271-2/+0
|
* updated links in documentation; bumped to version 1.3.01.3.0Eli Collins2011-03-251-2/+1
|
* documentation updatesEli Collins2011-03-241-1/+1
| | | | | | | | | | | | ===================== * CryptContext docs finished * README / LICENSE updated * license text changed to correct BSD wording * embarassingly, the history.rst is kinda off about release versions. tried to make it give readers better outline. * misc doc updates * some handler names (eg: 'context', 'all') now forbidden by register_crypt_handler() * bumped setup.cfg to b1
* tweaked config files, moved dir to passlibEli Collins2011-01-061-8/+1
|
* cloning bps to passlib trunkEli Collins2011-01-061-0/+10