summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJon Dufresne <jon.dufresne@gmail.com>2020-05-24 14:43:23 -0700
committerAndi Albrecht <albrecht.andi@gmail.com>2020-09-13 08:46:38 +0200
commitcc75926ca8b4121ba98dce9002f0f07460f3de28 (patch)
tree44d470e227bd3c5f4c8f5ce53167ed570fcfcee5
parentdf45180ec8b982810bd5837cf721da984e64faae (diff)
downloadsqlparse-cc75926ca8b4121ba98dce9002f0f07460f3de28.tar.gz
Document PyPy support with trove classifier
-rw-r--r--setup.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index a706e99..c23968b 100644
--- a/setup.py
+++ b/setup.py
@@ -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',
],