mirror of
https://github.com/django/django.git
synced 2025-07-12 07:45:11 +00:00
[2.0.x] Added "Python 3 Only" trove classifier.
Backport of 1818d13de7
from master
This commit is contained in:
parent
e30674a1b7
commit
e9d3dbaf3e
1 changed files with 1 additions and 0 deletions
1
setup.py
1
setup.py
|
@ -65,6 +65,7 @@ setup(
|
|||
'Programming Language :: Python :: 3.4',
|
||||
'Programming Language :: Python :: 3.5',
|
||||
'Programming Language :: Python :: 3.6',
|
||||
'Programming Language :: Python :: 3 :: Only',
|
||||
'Topic :: Internet :: WWW/HTTP',
|
||||
'Topic :: Internet :: WWW/HTTP :: Dynamic Content',
|
||||
'Topic :: Internet :: WWW/HTTP :: WSGI',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue