mirror of
https://github.com/davidhalter/django-stubs.git
synced 2025-12-06 12:14:28 +08:00
Add release notes project URL (#365)
Background info at https://github.com/pypa/warehouse/pull/7882
This commit is contained in:
5
setup.py
5
setup.py
@@ -46,5 +46,8 @@ setup(
|
|||||||
'License :: OSI Approved :: MIT License',
|
'License :: OSI Approved :: MIT License',
|
||||||
'Programming Language :: Python :: 3.6',
|
'Programming Language :: Python :: 3.6',
|
||||||
'Programming Language :: Python :: 3.7'
|
'Programming Language :: Python :: 3.7'
|
||||||
]
|
],
|
||||||
|
project_urls={
|
||||||
|
'Release notes': 'https://github.com/typeddjango/django-stubs/releases',
|
||||||
|
},
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user