We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d7f0747 commit cb1b0b6Copy full SHA for cb1b0b6
setup.py
@@ -25,6 +25,8 @@ def open_file(fname):
25
'License :: OSI Approved :: MIT License',
26
'Programming Language :: Python :: 3.5',
27
'Programming Language :: Python :: 3.6',
28
+ 'Programming Language :: Python :: 3.7',
29
+ 'Programming Language :: Python :: 3.8',
30
],
31
description='backup a github user or organization',
32
long_description=open_file('README.rst').read(),
0 commit comments