From 2d9c9a1368b947802a9200bc34f7316b4d22f394 Mon Sep 17 00:00:00 2001 From: Eli Collins Date: Thu, 20 Sep 2012 12:56:26 -0400 Subject: various documentation updates --- setup.py | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 408a62a..d29e782 100644 --- a/setup.py +++ b/setup.py @@ -85,12 +85,12 @@ Passlib is a password hashing library for Python 2 & 3, which provides cross-platform implementations of over 30 password hashing algorithms, as well as a framework for managing existing password hashes. It's designed to be useful for a wide range of tasks, from verifying a hash found in /etc/shadow, to -providing full-strength password hashing for multi-user application. +providing full-strength password hashing for multi-user applications. -* See the `online documentation `_ +* See the `documentation `_ for details, installation instructions, and examples. -* See the `Passlib homepage `_ +* See the `homepage `_ for the latest news, more information, and additional downloads. * See the `changelog `_ @@ -158,7 +158,8 @@ setup( url = "http://passlib.googlecode.com", download_url = - ("http://passlib.googlecode.com/files/passlib-" + VERSION + ".tar.gz") +# ("http://passlib.googlecode.com/files/passlib-" + VERSION + ".tar.gz") + ("http://pypi.python.org/packages/source/p/passlib/passlib-" + VERSION + ".tar.gz") if is_release else None, description = SUMMARY, -- cgit v1.2.1