[PATCH hglib] package: update package url

Boris Feld boris.feld at octobus.net
Wed Jul 19 13:25:42 UTC 2017


# HG changeset patch
# User Boris Feld <boris.feld at octobus.net>
# Date 1500468520 -7200
#      Wed Jul 19 14:48:40 2017 +0200
# Node ID d06b480016620be412ee3eee45822fdd3062fc0f
# Parent  8e959ad6a25c9fe6ab490e1a4cbd5f7445d9bcb1
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.

diff -r 8e959ad6a25c -r d06b48001662 setup.py
--- 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 at 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(),


More information about the Mercurial-devel mailing list