diff options
| author | Eli Collins <elic@assurancetechnologies.com> | 2015-07-25 14:11:04 -0400 |
|---|---|---|
| committer | Eli Collins <elic@assurancetechnologies.com> | 2015-07-25 14:11:04 -0400 |
| commit | 9d9f791ed3bdc76256d2dd275b36aca07c72bcfd (patch) | |
| tree | 92154db27fac32f118861f9d7a616601c2a16b17 /setup.py | |
| parent | 61a5373a069e9fca4f4f7cef1751de4e6df25714 (diff) | |
| download | passlib-9d9f791ed3bdc76256d2dd275b36aca07c72bcfd.tar.gz | |
stripped out some remaining googlecode references in docs
Diffstat (limited to 'setup.py')
| -rw-r--r-- | setup.py | 7 |
1 files changed, 3 insertions, 4 deletions
@@ -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, |
