summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorEli Collins <elic@assurancetechnologies.com>2015-07-25 14:11:04 -0400
committerEli Collins <elic@assurancetechnologies.com>2015-07-25 14:11:04 -0400
commit9d9f791ed3bdc76256d2dd275b36aca07c72bcfd (patch)
tree92154db27fac32f118861f9d7a616601c2a16b17 /setup.py
parent61a5373a069e9fca4f4f7cef1751de4e6df25714 (diff)
downloadpasslib-9d9f791ed3bdc76256d2dd275b36aca07c72bcfd.tar.gz
stripped out some remaining googlecode references in docs
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 d29e782..0643e8d 100644
--- a/setup.py
+++ b/setup.py
@@ -90,8 +90,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.
@@ -156,9 +156,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,