comparison setup.py @ 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 e0678dfb7aec
children ae6427d1c8f7
comparison
equal deleted inserted replaced
185:8e959ad6a25c 186:d06b48001662
34 setup( 34 setup(
35 name='python-hglib', 35 name='python-hglib',
36 version=version, 36 version=version,
37 author='Idan Kamara', 37 author='Idan Kamara',
38 author_email='idankk86@gmail.com', 38 author_email='idankk86@gmail.com',
39 url='http://selenic.com/repo/python-hglib', 39 url='https://www.mercurial-scm.org/wiki/PythonHglibs',
40 description='Mercurial Python library', 40 description='Mercurial Python library',
41 long_description=open(os.path.join(os.path.dirname(__file__), 41 long_description=open(os.path.join(os.path.dirname(__file__),
42 'README')).read(), 42 'README')).read(),
43 classifiers=[ 43 classifiers=[
44 'Programming Language :: Python', 44 'Programming Language :: Python',