Cython is basically Py3 clean
authorStefan Behnel <scoder@users.berlios.de>
Fri, 21 Aug 2009 13:27:01 +0000 (15:27 +0200)
committerStefan Behnel <scoder@users.berlios.de>
Fri, 21 Aug 2009 13:27:01 +0000 (15:27 +0200)
setup.py

index 1698c2fe4b337248fe2c4d89e3fb3fedefd0b759..67571793927650494dec5a34adae1e3b87cb1d40 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -126,6 +126,8 @@ setup(
     "License :: OSI Approved :: Apache Software License",
     "Operating System :: OS Independent",
     "Programming Language :: Python",
+    "Programming Language :: Python :: 2",
+    "Programming Language :: Python :: 3",
     "Programming Language :: C",
     "Programming Language :: Cython",
     "Topic :: Software Development :: Code Generators",