Add Python 3.7 compatibility to setup.py

This commit is contained in:
Florian Bruhin 2018-02-10 20:08:33 +01:00
parent 5f62c016cc
commit f25e706e11

View File

@ -95,6 +95,7 @@ try:
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Topic :: Internet',
'Topic :: Internet :: WWW/HTTP',
'Topic :: Internet :: WWW/HTTP :: Browsers',