| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
| |
changed instructions accordingly;
also added 'docdist' setup command to build doc zip files
|
| |
|
|
|
|
|
|
|
|
|
| |
* 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
|
| | |
|
| | |
|
| |
|
|
|
|
|
|
| |
* 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
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
|
|
|
|
|
|
|
| |
=====================
* 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
|
| | |
|
| |
|