Skip to content

Commit cefb226

Browse files
committed
Explicitly support python 3 in package description
1 parent ea22ffd commit cefb226

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

setup.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@ def open_file(fname):
3939
'License :: OSI Approved :: MIT License',
4040
'Programming Language :: Python :: 2.6',
4141
'Programming Language :: Python :: 2.7',
42+
'Programming Language :: Python :: 3.5',
43+
'Programming Language :: Python :: 3.6',
4244
],
4345
description='backup a github user or organization',
4446
long_description=open_file('README.rst').read(),

0 commit comments

Comments
 (0)