summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorEli Collins <elic@assurancetechnologies.com>2011-03-17 00:49:02 -0400
committerEli Collins <elic@assurancetechnologies.com>2011-03-17 00:49:02 -0400
commitcf096c6dd2d97b154aaa91ea6d0281daa59081d4 (patch)
treeed68e2868a1026ffc893e7b0a1f84642bdab3928 /setup.py
parent03a8965b77e822c987ce736cf2733036ab28cf3c (diff)
downloadpasslib-cf096c6dd2d97b154aaa91ea6d0281daa59081d4.tar.gz
passlib.apache: improved interface; added docs & UTs (all passlib.apache uts pass)
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index e170c73..34d8cf9 100644
--- a/setup.py
+++ b/setup.py
@@ -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",