Explicitly support python 3 in package description

This commit is contained in:
Albert Wang
2017-09-30 17:13:47 -07:00
parent ea22ffdf26
commit cefb226545

View File

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