Add release notes project URL (#365)

Background info at https://github.com/pypa/warehouse/pull/7882
This commit is contained in:
Ville Skyttä
2020-05-05 18:38:11 +03:00
committed by GitHub
parent bf604a0398
commit 6f5a39625e

View File

@@ -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',
},
)