summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorEli Collins <elic@assurancetechnologies.com>2015-07-25 14:33:41 -0400
committerEli Collins <elic@assurancetechnologies.com>2015-07-25 14:33:41 -0400
commita16500cdb9cc27c68a4c8f349f5f67a2f4ee355f (patch)
treebf6f07d9e69b02409f1723d74ea1655aea934301 /setup.py
parentafea4e0e507cca61676911e9f2712703cd135ee4 (diff)
parent80f093c922b64dfaedd00194a2fe16648fe2a8d0 (diff)
downloadpasslib-a16500cdb9cc27c68a4c8f349f5f67a2f4ee355f.tar.gz
Merge from stable
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py7
1 files changed, 3 insertions, 4 deletions
diff --git a/setup.py b/setup.py
index 8b395c7..084055a 100644
--- a/setup.py
+++ b/setup.py
@@ -85,8 +85,8 @@ providing full-strength password hashing for multi-user applications.
* See the `documentation <http://packages.python.org/passlib>`_
for details, installation instructions, and examples.
-* See the `homepage <http://passlib.googlecode.com>`_
- for the latest news, more information, and additional downloads.
+* See the `homepage <https://bitbucket.org/ecollins/passlib>`_
+ for the latest news and more information.
* See the `changelog <http://packages.python.org/passlib/history.html>`_
for a description of what's new in Passlib.
@@ -151,9 +151,8 @@ setup(
author_email = "elic@assurancetechnologies.com",
license = "BSD",
- url = "http://passlib.googlecode.com",
+ url = "https://bitbucket.org/ecollins/passlib",
download_url =
-# ("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,