Skip to content

Commit

Permalink
Merge pull request #327 from andriyor/patch-1
Browse files Browse the repository at this point in the history
add GitHub URL for PyPi
  • Loading branch information
sigmavirus24 authored Feb 15, 2023
2 parents 87805ff + 5af4ac6 commit 9d47ccf
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,10 @@ def get_version():
author='Ian Cordasco, Cory Benfield',
author_email="graffatcolmingov@gmail.com",
url="https://toolbelt.readthedocs.io/",
project_urls={
"Changelog": "https://github.com/requests/toolbelt/blob/master/HISTORY.rst",
"Source": "https://github.com/requests/toolbelt",
},
packages=packages,
package_data={'': ['LICENSE', 'AUTHORS.rst']},
include_package_data=True,
Expand Down

0 comments on commit 9d47ccf

Please sign in to comment.