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.
2 parents 77b5666 + 73e58cf commit 9f2a08bCopy full SHA for 9f2a08b
setup.py
@@ -94,4 +94,13 @@ def run(self):
94
packages=["ecdsa"],
95
license="MIT",
96
cmdclass={ "test": Test, "version": Version, "sdist": sdist },
97
- )
+ classifiers=[
98
+ "Programming Language :: Python",
99
+ "Programming Language :: Python :: 2",
100
+ "Programming Language :: Python :: 2.6",
101
+ "Programming Language :: Python :: 2.7",
102
+ "Programming Language :: Python :: 3",
103
+ "Programming Language :: Python :: 3.2",
104
+ "Programming Language :: Python :: 3.3",
105
+ ],
106
+)
0 commit comments