Skip to content

Commit

Permalink
Add project URLs to setup
Browse files Browse the repository at this point in the history
  • Loading branch information
Cito committed Jun 19, 2020
1 parent 5b57de3 commit 17f28cd
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 @@ -212,6 +212,11 @@ def finalize_options(self):
author_email="darcy@PyGreSQL.org",
url="http://www.pygresql.org",
download_url="http://www.pygresql.org/download/",
project_urls={
"Documentation": "https://pygresql.org/contents/",
"Issue Tracker": "https://github.com/PyGreSQL/PyGreSQL/issues/",
"Mailing List": "https://mail.vex.net/mailman/listinfo/pygresql",
"Source Code": "https://github.com/PyGreSQL/PyGreSQL"},
platforms=["any"],
license="PostgreSQL",
py_modules=py_modules,
Expand Down

0 comments on commit 17f28cd

Please sign in to comment.