From d31eaf79ece80bdde597c712bcbaee37a883deaf Mon Sep 17 00:00:00 2001 From: Unrud Date: Sat, 26 Sep 2020 03:20:56 +0200 Subject: [PATCH] Add Python implementation classifier --- setup.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/setup.py b/setup.py index 4f4848d..8341be2 100755 --- a/setup.py +++ b/setup.py @@ -91,4 +91,6 @@ setup( "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", "Topic :: Office/Business :: Groupware"])