Update Trove classifier to include Python 3.7

This commit is contained in:
Samuel Dion-Girardeau 2018-07-12 21:25:10 -04:00
parent 2c334fc19f
commit 59196bea40

View file

@ -31,6 +31,7 @@ setup(
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Topic :: Software Development :: Libraries :: Python Modules',
],
zip_safe=False,