diff options
| author | Mike Bayer <mike_mp@zzzcomputing.com> | 2011-12-03 12:39:41 -0500 |
|---|---|---|
| committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2011-12-03 12:39:41 -0500 |
| commit | d628967ad21ab103f3c2766728a5b18923348795 (patch) | |
| tree | 7c2158f9fdcc19754b4eeda34f2e84773b7d55b8 /setup.py | |
| parent | 896bc4c5b6616492c113d80c1328032413d22b5e (diff) | |
| download | sqlalchemy-d628967ad21ab103f3c2766728a5b18923348795.tar.gz | |
add supported implementations
Diffstat (limited to 'setup.py')
| -rw-r--r-- | setup.py | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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", ], |
