From f53667ef43e1b57b611e55155571cf985fdf40d5 Mon Sep 17 00:00:00 2001 From: James McKinney <26463+jpmckinney@users.noreply.github.com> Date: Fri, 16 Jul 2021 00:31:25 -0400 Subject: [PATCH] build: Add Python :: Implementation classifiers --- setup.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/setup.py b/setup.py index 38c8f73..d29c74f 100644 --- a/setup.py +++ b/setup.py @@ -34,5 +34,7 @@ 'Programming Language :: Python :: 3.7', 'Programming Language :: Python :: 3.8', 'Programming Language :: Python :: 3.9', + 'Programming Language :: Python :: Implementation :: CPython', + 'Programming Language :: Python :: Implementation :: PyPy', ], )