We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea22ffd commit cefb226Copy full SHA for cefb226
setup.py
@@ -39,6 +39,8 @@ def open_file(fname):
39
'License :: OSI Approved :: MIT License',
40
'Programming Language :: Python :: 2.6',
41
'Programming Language :: Python :: 2.7',
42
+ 'Programming Language :: Python :: 3.5',
43
+ 'Programming Language :: Python :: 3.6',
44
],
45
description='backup a github user or organization',
46
long_description=open_file('README.rst').read(),
0 commit comments