[1.7.x] Added Python 3.4 to classifiers in setup.py.
Backport of 47509e3c5d
from master
This commit is contained in:
parent
0f9f8738d5
commit
273f8e2297
1
setup.py
1
setup.py
|
@ -61,6 +61,7 @@ setup(
|
|||
'Programming Language :: Python :: 3',
|
||||
'Programming Language :: Python :: 3.2',
|
||||
'Programming Language :: Python :: 3.3',
|
||||
'Programming Language :: Python :: 3.4',
|
||||
'Topic :: Internet :: WWW/HTTP',
|
||||
'Topic :: Internet :: WWW/HTTP :: Dynamic Content',
|
||||
'Topic :: Internet :: WWW/HTTP :: WSGI',
|
||||
|
|
Loading…
Reference in New Issue