Skip to content

Commit 96c7686

Browse files
authored
Fix #15 change homepage url to Github (#16)
According to documentation in the packaging tutorial the url should be a reference to the code hosting service. Signed-off-by: David Brown <dmlb2000@gmail.com>
1 parent 58613ba commit 96c7686

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
use_scm_version=True,
1717
setup_requires=['setuptools_scm'],
1818
license='LGPLv3',
19-
url='https://pypi.python.org/pypi/jsonpath2/',
19+
url='https://github.com/pacifica/python-jsonpath2/',
2020
description='JSONPath implementation for Python',
2121
long_description=open(path.join(
2222
path.abspath(path.dirname(__file__)),

0 commit comments

Comments
 (0)