diff options
| author | Eli Collins <elic@assurancetechnologies.com> | 2015-07-25 14:33:41 -0400 |
|---|---|---|
| committer | Eli Collins <elic@assurancetechnologies.com> | 2015-07-25 14:33:41 -0400 |
| commit | a16500cdb9cc27c68a4c8f349f5f67a2f4ee355f (patch) | |
| tree | bf6f07d9e69b02409f1723d74ea1655aea934301 /setup.py | |
| parent | afea4e0e507cca61676911e9f2712703cd135ee4 (diff) | |
| parent | 80f093c922b64dfaedd00194a2fe16648fe2a8d0 (diff) | |
| download | passlib-a16500cdb9cc27c68a4c8f349f5f67a2f4ee355f.tar.gz | |
Merge from stable
Diffstat (limited to 'setup.py')
| -rw-r--r-- | setup.py | 7 |
1 files changed, 3 insertions, 4 deletions
@@ -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, |
