Add classifiers for Python 3.7 and 3.8

This commit is contained in:
Hugo Osvaldo Barrera 2020-06-09 13:01:22 +02:00
parent be59ba5ab4
commit 399274286e

View file

@ -89,6 +89,8 @@ setup(
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Topic :: Internet',
'Topic :: Utilities',
],