diff options
| author | Eric Hanchrow <eric.hanchrow@gmail.com> | 2011-03-26 11:02:37 -0700 |
|---|---|---|
| committer | Eric Hanchrow <eric.hanchrow@gmail.com> | 2011-03-26 11:02:37 -0700 |
| commit | 87ffe45a3ed4ebf33d53046d6b0a67c3d04162c8 (patch) | |
| tree | ed7aaa0bf8c1a6e408290b657dac047057f00995 /setup.py | |
| parent | 150787524845a25a64f07b0ada51f85c5aead34f (diff) | |
| download | passlib-87ffe45a3ed4ebf33d53046d6b0a67c3d04162c8.tar.gz | |
Add missing comma
Diffstat (limited to 'setup.py')
| -rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
