diff options
| author | Jon Dufresne <jon.dufresne@gmail.com> | 2020-05-24 14:43:23 -0700 |
|---|---|---|
| committer | Andi Albrecht <albrecht.andi@gmail.com> | 2020-09-13 08:46:38 +0200 |
| commit | cc75926ca8b4121ba98dce9002f0f07460f3de28 (patch) | |
| tree | 44d470e227bd3c5f4c8f5ce53167ed570fcfcee5 | |
| parent | df45180ec8b982810bd5837cf721da984e64faae (diff) | |
| download | sqlparse-cc75926ca8b4121ba98dce9002f0f07460f3de28.tar.gz | |
Document PyPy support with trove classifier
| -rw-r--r-- | setup.py | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -96,6 +96,8 @@ setup( 'Programming Language :: Python :: 3.6', 'Programming Language :: Python :: 3.7', 'Programming Language :: Python :: 3.8', + 'Programming Language :: Python :: Implementation :: CPython', + 'Programming Language :: Python :: Implementation :: PyPy', 'Topic :: Database', 'Topic :: Software Development', ], |
