From 1695a3b3262f183dbee81229a7cbd326edc5c210 Mon Sep 17 00:00:00 2001 From: Jason Carver Date: Tue, 6 Feb 2018 16:04:41 -0800 Subject: [PATCH] bugfix: setuptools reference to pypy --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index a59d9eec..4eeb8d77 100644 --- a/setup.py +++ b/setup.py @@ -62,6 +62,6 @@ setup( 'Programming Language :: Python :: 3', 'Programming Language :: Python :: 3.5', 'Programming Language :: Python :: 3.6', - 'Programming Language :: Python :: Implementation :: PyPy3', + 'Programming Language :: Python :: Implementation :: PyPy', ], )