mirror of
https://github.com/davidhalter/django-stubs.git
synced 2025-12-08 13:04:47 +08:00
Closes #392
This commit is contained in:
3
setup.py
3
setup.py
@@ -45,7 +45,8 @@ setup(
|
|||||||
'Development Status :: 3 - Alpha',
|
'Development Status :: 3 - Alpha',
|
||||||
'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',
|
||||||
|
'Programming Language :: Python :: 3.8'
|
||||||
],
|
],
|
||||||
project_urls={
|
project_urls={
|
||||||
'Release notes': 'https://github.com/typeddjango/django-stubs/releases',
|
'Release notes': 'https://github.com/typeddjango/django-stubs/releases',
|
||||||
|
|||||||
Reference in New Issue
Block a user