Skip to content

Commit

Permalink
Added project_urls
Browse files Browse the repository at this point in the history
  • Loading branch information
simonw authored Oct 12, 2020
1 parent 01dec73 commit 26fa0aa
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 @@ -19,6 +19,11 @@ def get_long_description():
long_description_content_type="text/markdown",
author="Simon Willison",
url="https://github.com/dogsheep/swarm-to-sqlite",
project_urls={
"Issues": "https://github.com/dogsheep/swarm-to-sqlite/issues",
"CI": "https://github.com/dogsheep/swarm-to-sqlite/actions",
"Changelog": "https://github.com/dogsheep/swarm-to-sqlite/releases",
},
license="Apache License, Version 2.0",
version=VERSION,
packages=["swarm_to_sqlite"],
Expand Down

0 comments on commit 26fa0aa

Please sign in to comment.