diff --git a/setup.py b/setup.py index 8fe567d..aff6810 100644 --- a/setup.py +++ b/setup.py @@ -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", + }, )