Mercurial > python-hglib
changeset 186:d06b48001662
package: update package url
Replace the package url which was pointing to the repository to the wiki page
instead. This way pypi users will directly see the basic usage and can easily
find the repository url on the wiki page.
author | Boris Feld <boris.feld@octobus.net> |
---|---|
date | Wed, 19 Jul 2017 14:48:40 +0200 |
parents | 8e959ad6a25c |
children | 9062a6b935ad |
files | setup.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/setup.py Mon Apr 03 16:02:08 2017 -0500 +++ b/setup.py Wed Jul 19 14:48:40 2017 +0200 @@ -36,7 +36,7 @@ version=version, author='Idan Kamara', author_email='idankk86@gmail.com', - url='http://selenic.com/repo/python-hglib', + url='https://www.mercurial-scm.org/wiki/PythonHglibs', description='Mercurial Python library', long_description=open(os.path.join(os.path.dirname(__file__), 'README')).read(),