Skip to content

Commit 9f2a08b

Browse files
author
Brian Warner
committed
Merge pull request #18 from alex/patch-2
Added trove classifiers showing versions supported
2 parents 77b5666 + 73e58cf commit 9f2a08b

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)