Add support for python 3.7 and 3.8 in package classifiers

This commit is contained in:
Albert Wang
2020-08-15 17:35:39 -07:00
parent d7f0747432
commit cb1b0b6c6b

View File

@@ -25,6 +25,8 @@ setup(
'License :: OSI Approved :: MIT License',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
],
description='backup a github user or organization',
long_description=open_file('README.rst').read(),