Add Python 3.7 to classifiers. (#6458)

This commit is contained in:
Rohit Gupta 2019-02-15 15:27:02 +05:30 committed by Carlton Gibson
parent e8b4bb1471
commit de3929fb33

View File

@ -72,6 +72,7 @@ setup(
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Topic :: Internet :: WWW/HTTP',
]
)