From ae941a836ca7daf3a517179ade5395b4411ba890 Mon Sep 17 00:00:00 2001 From: John Anderson Date: Tue, 23 Feb 2021 22:34:06 -0400 Subject: [PATCH] pypy3 isn't a classifier for some reason --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index cc8c654..38dc01a 100644 --- a/setup.py +++ b/setup.py @@ -26,7 +26,7 @@ "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9", "Programming Language :: Python :: Implementation :: CPython", - "Programming Language :: Python :: Implementation :: PyPy3", + "Programming Language :: Python :: Implementation :: PyPy", ], author='John Anderson', author_email='sontek@gmail.com',