Skip to content

Commit a950343

Browse files
authored
Merge pull request #46 from hugovk/patch-1
Add Python 3.6 to classifiers
2 parents 9ee9af5 + 48d977a commit a950343

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

setup.py

+2
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,12 @@
2727
'Operating System :: Unix',
2828
'Operating System :: POSIX',
2929
'Programming Language :: Python',
30+
'Programming Language :: Python :: 2',
3031
'Programming Language :: Python :: 2.7',
3132
'Programming Language :: Python :: 3',
3233
'Programming Language :: Python :: 3.4',
3334
'Programming Language :: Python :: 3.5',
35+
'Programming Language :: Python :: 3.6',
3436
'Topic :: Software Development',
3537
'Topic :: Software Development :: Libraries',
3638
'Topic :: Software Development :: Libraries :: Python Modules',

0 commit comments

Comments
 (0)