From: Stefan Behnel Date: Fri, 21 Aug 2009 13:27:01 +0000 (+0200) Subject: Cython is basically Py3 clean X-Git-Tag: 0.12.alpha0~222 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=8ba61dc569794f7d20e6ed5df818ea934946d72e;p=cython.git Cython is basically Py3 clean --- diff --git a/setup.py b/setup.py index 1698c2fe..67571793 100644 --- 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",