We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 065c208 commit 2692480Copy full SHA for 2692480
setup.py
@@ -62,8 +62,6 @@
62
'libeay32.dll', 'ssleay32.dll',
63
])
64
65
-print("Using package data %s" % package_data)
66
-
67
cmdclass = versioneer.get_cmdclass()
68
if USING_CYTHON:
69
cmdclass['build_ext'] = build_ext
@@ -91,7 +89,6 @@
91
89
'Operating System :: OS Independent',
92
90
'Programming Language :: Python',
93
'Programming Language :: Python :: 2',
94
- 'Programming Language :: Python :: 2.6',
95
'Programming Language :: Python :: 2.7',
96
'Programming Language :: Python :: 3',
97
'Programming Language :: Python :: 3.4',
0 commit comments