Skip to content

Commit

Permalink
add GitHub URL for PyPi
Browse files Browse the repository at this point in the history
  • Loading branch information
andriyor committed Mar 5, 2022
1 parent faa1277 commit 42b356d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,10 @@ def test_suite():
])
author_email = "[email protected]"
url = "https://ponyorm.com"
project_urls = {
"Documentation": "https://docs.ponyorm.org",
"Source": "https://github.com/ponyorm/pony",
}
licence = "Apache License Version 2.0"

packages = [
Expand Down Expand Up @@ -121,6 +125,7 @@ def test_suite():
author=author,
author_email=author_email,
url=url,
project_urls=project_urls,
license=licence,
packages=packages,
package_data=package_data,
Expand Down

0 comments on commit 42b356d

Please sign in to comment.