diff options
| author | Eli Collins <elic@assurancetechnologies.com> | 2011-03-17 00:49:02 -0400 |
|---|---|---|
| committer | Eli Collins <elic@assurancetechnologies.com> | 2011-03-17 00:49:02 -0400 |
| commit | cf096c6dd2d97b154aaa91ea6d0281daa59081d4 (patch) | |
| tree | ed68e2868a1026ffc893e7b0a1f84642bdab3928 /setup.py | |
| parent | 03a8965b77e822c987ce736cf2733036ab28cf3c (diff) | |
| download | passlib-cf096c6dd2d97b154aaa91ea6d0281daa59081d4.tar.gz | |
passlib.apache: improved interface; added docs & UTs (all passlib.apache uts pass)
Diffstat (limited to 'setup.py')
| -rw-r--r-- | setup.py | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -36,7 +36,7 @@ for anything from quickly verify a hash found in /etc/shadow, to integrating full-strength password hashing for multi-user application. """, - keywords = "password secret hash security crypt md5-crypt sha256-crypt sha512-crypt bcrypt", + keywords = "password secret hash security crypt md5-crypt sha256-crypt sha512-crypt bcrypt htpasswd htdigest apache", classifiers = [ "Development Status :: 4 - Beta", "Environment :: Plugins", @@ -44,6 +44,7 @@ to integrating full-strength password hashing for multi-user application. "License :: OSI Approved :: BSD License", "Natural Language :: English", "Operating System :: OS Independent", + "Programming Language :: Python", "Programming Language :: Python :: 2.5", "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7", |
