Skip to content

Commit ee420dc

Browse files
committed
Added trove classifiers showing versions supported
This is how many tools are checking whether Python3 is supported.
1 parent 3a15318 commit ee420dc

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

setup.py

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,4 +94,13 @@ def run(self):
9494
packages=["ecdsa"],
9595
license="MIT",
9696
cmdclass={ "test": Test, "version": Version, "sdist": sdist },
97-
)
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

Comments
 (0)