Add Python 3.7 compatibility to setup.py
This commit is contained in:
parent
5f62c016cc
commit
f25e706e11
1
setup.py
1
setup.py
@ -95,6 +95,7 @@ try:
|
|||||||
'Programming Language :: Python :: 3',
|
'Programming Language :: Python :: 3',
|
||||||
'Programming Language :: Python :: 3.5',
|
'Programming Language :: Python :: 3.5',
|
||||||
'Programming Language :: Python :: 3.6',
|
'Programming Language :: Python :: 3.6',
|
||||||
|
'Programming Language :: Python :: 3.7',
|
||||||
'Topic :: Internet',
|
'Topic :: Internet',
|
||||||
'Topic :: Internet :: WWW/HTTP',
|
'Topic :: Internet :: WWW/HTTP',
|
||||||
'Topic :: Internet :: WWW/HTTP :: Browsers',
|
'Topic :: Internet :: WWW/HTTP :: Browsers',
|
||||||
|
Loading…
Reference in New Issue
Block a user