mirror of
https://github.com/Hopiu/django.git
synced 2026-03-17 06:20:24 +00:00
Added "Python 3 Only" trove classifier.
This commit is contained in:
parent
4114b441ee
commit
1818d13de7
1 changed files with 1 additions and 0 deletions
1
setup.py
1
setup.py
|
|
@ -64,6 +64,7 @@ setup(
|
|||
'Programming Language :: Python :: 3',
|
||||
'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…
Reference in a new issue