summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorEric Hanchrow <eric.hanchrow@gmail.com>2011-03-26 11:02:37 -0700
committerEric Hanchrow <eric.hanchrow@gmail.com>2011-03-26 11:02:37 -0700
commit87ffe45a3ed4ebf33d53046d6b0a67c3d04162c8 (patch)
treeed7aaa0bf8c1a6e408290b657dac047057f00995 /setup.py
parent150787524845a25a64f07b0ada51f85c5aead34f (diff)
downloadpasslib-87ffe45a3ed4ebf33d53046d6b0a67c3d04162c8.tar.gz
Add missing comma
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 e853bd0..54ca538 100644
--- a/setup.py
+++ b/setup.py
@@ -27,7 +27,7 @@ setup(
url = "http://code.google.com/p/passlib/",
download_url = "http://code.google.com/p/passlib/downloads/list",
- description = "comprehensive password hashing library supporting over 20 schemes"
+ description = "comprehensive password hashing library supporting over 20 schemes",
long_description = """\
PassLib is a password hash library, which provides cross-platform
implementations of over 20 password hashing algorithms; as well as a framework for managing