From cc75926ca8b4121ba98dce9002f0f07460f3de28 Mon Sep 17 00:00:00 2001 From: Jon Dufresne Date: Sun, 24 May 2020 14:43:23 -0700 Subject: Document PyPy support with trove classifier --- setup.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'setup.py') 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', ], -- cgit v1.2.1