Skip to content

Commit 1e30987

Browse files
authored
Merge pull request #1656 from andriyor/patch-1
add GitHub URL for PyPI
2 parents 8d406b6 + fe6a971 commit 1e30987

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

setup.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1347,6 +1347,9 @@ def find_packages():
13471347
author="Brian E. Granger, Min Ragan-Kelley",
13481348
author_email="[email protected]",
13491349
url="https://pyzmq.readthedocs.org",
1350+
project_urls={
1351+
'Source': 'https://github.com/zeromq/pyzmq',
1352+
},
13501353
description="Python bindings for 0MQ",
13511354
long_description=long_desc,
13521355
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)