Be more specific on what python versions we support

This commit is contained in:
Honza Král
2014-02-22 15:39:01 +01:00
parent a54d7035bb
commit 120becc6cc
+4
View File
@@ -54,7 +54,11 @@ setup(
"Operating System :: OS Independent",
"Programming Language :: Python",
"Programming Language :: Python :: 2",
"Programming Language :: Python :: 2.6",
"Programming Language :: Python :: 2.7",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.2",
"Programming Language :: Python :: 3.3",
"Programming Language :: Python :: Implementation :: CPython",
"Programming Language :: Python :: Implementation :: PyPy",
],