Skip to content

Commit

Permalink
Merge pull request #261 from andriyor/patch-1
Browse files Browse the repository at this point in the history
add GitHub URL for PyPi
  • Loading branch information
prkumar committed Mar 2, 2022
2 parents 7c8eaad + 94569e1 commit 7de3f93
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions setup.py
Expand Up @@ -36,6 +36,9 @@ def read(filename):
"author": "P. Raj Kumar",
"author_email": "raj.pritvi.kumar@gmail.com",
"url": "https://uplink.readthedocs.io/",
"project_urls": {
"Source": "https://github.com/prkumar/uplink",
},
"license": "MIT",
"description": "A Declarative HTTP Client for Python.",
"long_description": read("README.rst"),
Expand Down

0 comments on commit 7de3f93

Please sign in to comment.