From 3379907cf1f1af2dd24d4aa216c52ac5cc18bafc Mon Sep 17 00:00:00 2001 From: johnthagen Date: Mon, 9 Dec 2019 18:43:07 -0500 Subject: [PATCH] Add trove classifier to document PyPy support --- setup.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/setup.py b/setup.py index a9515ac9..c84a3935 100644 --- a/setup.py +++ b/setup.py @@ -73,6 +73,8 @@ "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", ], test_suite="tests", tests_require=test_requirements,