From: Mike Bayer Date: Sat, 3 Dec 2011 17:39:41 +0000 (-0500) Subject: add supported implementations X-Git-Tag: rel_0_7_4~39 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d628967ad21ab103f3c2766728a5b18923348795;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git add supported implementations --- diff --git a/setup.py b/setup.py index 58c9c8782e..a0b91356b9 100644 --- a/setup.py +++ b/setup.py @@ -261,6 +261,9 @@ def run_setup(with_cext): "License :: OSI Approved :: MIT License", "Programming Language :: Python", "Programming Language :: Python :: 3", + "Programming Language :: Python :: Implementation :: CPython", + "Programming Language :: Python :: Implementation :: Jython", + "Programming Language :: Python :: Implementation :: PyPy", "Topic :: Database :: Front-Ends", "Operating System :: OS Independent", ],