summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorEli Collins <elic@assurancetechnologies.com>2011-03-14 21:21:42 -0400
committerEli Collins <elic@assurancetechnologies.com>2011-03-14 21:21:42 -0400
commit1d0a05a785795bd85708d49c7dfa27fbaf4a03c7 (patch)
tree783d458aed2a4f31422eecff3949ddf7b5e5f307 /setup.py
parent5076cf146f56122ed712f17849dfbc782ca36e93 (diff)
downloadpasslib-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.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 9aa2f67..e170c73 100644
--- a/setup.py
+++ b/setup.py
@@ -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,