diff options
| author | Eli Collins <elic@assurancetechnologies.com> | 2011-03-14 21:21:42 -0400 |
|---|---|---|
| committer | Eli Collins <elic@assurancetechnologies.com> | 2011-03-14 21:21:42 -0400 |
| commit | 1d0a05a785795bd85708d49c7dfa27fbaf4a03c7 (patch) | |
| tree | 783d458aed2a4f31422eecff3949ddf7b5e5f307 /setup.py | |
| parent | 5076cf146f56122ed712f17849dfbc782ca36e93 (diff) | |
| download | passlib-1d0a05a785795bd85708d49c7dfa27fbaf4a03c7.tar.gz | |
documentation work
==================
* finished password hash api description
* various documentation cleanups
* removed unused quickstart doc
Diffstat (limited to 'setup.py')
| -rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -29,7 +29,7 @@ setup( description = "password hash library", long_description = """\ -Passlib provides cross-platform implementations of most of the major +PassLib provides cross-platform implementations of most of the major password hashing algorithms; as well as a framework for managing and migrating existing password hashes. It's designed to be useful for anything from quickly verify a hash found in /etc/shadow, |
