Skip to content

Commit

Permalink
Merge pull request #13 from rohanpm/project-urls
Browse files Browse the repository at this point in the history
Add project URLs for PyPI
  • Loading branch information
rohanpm committed Apr 14, 2020
2 parents d581bb7 + c47ca8c commit 37e170a
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 @@ -37,4 +37,8 @@ def get_long_description():
"Programming Language :: Python :: 3",
"Topic :: Software Development :: Libraries :: Python Modules",
],
project_urls={
"Documentation": "https://release-engineering.github.io/cdn-definitions/",
"Changelog": "https://github.com/release-engineering/cdn-definitions/blob/master/CHANGELOG.md",
},
)

0 comments on commit 37e170a

Please sign in to comment.