Skip to content

Commit 4eb1cc7

Browse files
committed
Add trove classifier for Python 3.6
Because the classifier was missing, the library cannot be installed on Python 3.6 because it can't be found.
1 parent 91fdd22 commit 4eb1cc7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@
4343
'Programming Language :: Python :: 3.3',
4444
'Programming Language :: Python :: 3.4',
4545
'Programming Language :: Python :: 3.5',
46+
'Programming Language :: Python :: 3.6',
4647
'Programming Language :: Python',
4748
'Topic :: Internet :: Proxy Servers',
4849
'Topic :: Internet',

0 commit comments

Comments
 (0)