diff --git a/setup.py b/setup.py index 32ba455..e66ed3c 100644 --- a/setup.py +++ b/setup.py @@ -46,5 +46,8 @@ setup( 'License :: OSI Approved :: MIT License', 'Programming Language :: Python :: 3.6', 'Programming Language :: Python :: 3.7' - ] + ], + project_urls={ + 'Release notes': 'https://github.com/typeddjango/django-stubs/releases', + }, )