declare Python 3.7 support in setup.py

This commit is contained in:
Mikhail Korobov 2018-12-26 13:13:49 +05:00
parent 23bffff567
commit cdd04dfb1d
1 changed files with 1 additions and 0 deletions

View File

@ -56,6 +56,7 @@ setup(
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: Implementation :: CPython',
'Programming Language :: Python :: Implementation :: PyPy',
'Topic :: Internet :: WWW/HTTP',