Skip to content

Commit a96d9d6

Browse files
authored
add GitHub URL for PyPi (#825)
1 parent fb52ec2 commit a96d9d6

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
@@ -175,6 +175,9 @@ def read_version():
175175
author="Andrew Svetlov",
176176
author_email="[email protected]",
177177
url="http://aiokafka.readthedocs.org",
178+
project_urls={
179+
"Source": "https://github.com/aio-libs/aiokafka",
180+
},
178181
download_url="https://pypi.python.org/pypi/aiokafka",
179182
license="Apache 2",
180183
packages=["aiokafka"],

0 commit comments

Comments
 (0)