Add missing trove classifier to document Python2 support

This commit is contained in:
Jon Dufresne
2017-10-15 19:48:10 -07:00
parent e86df6e0eb
commit c14bd018ad
+1 -1
View File
@@ -81,6 +81,7 @@ setup(
'Natural Language :: English',
'License :: OSI Approved :: Apache Software License',
'Programming Language :: Python',
'Programming Language :: Python :: 2',
'Programming Language :: Python :: 2.6',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
@@ -98,4 +99,3 @@ setup(
'socks:sys_platform == "win32" and (python_version == "2.7" or python_version == "2.6")': ['win_inet_pton'],
},
)