From 0324d13d426912cd01b3e26bf3ffaf051249c42e Mon Sep 17 00:00:00 2001 From: johnthagen Date: Fri, 13 Sep 2019 09:08:04 -0400 Subject: [PATCH] Update setup.py to document PyPy3 support --- setup.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/setup.py b/setup.py index 2f8dafd21..cf7c6b333 100755 --- a/setup.py +++ b/setup.py @@ -102,6 +102,8 @@ setup( 'Programming Language :: Python :: 3.6', 'Programming Language :: Python :: 3.7', 'Programming Language :: Python :: 3 :: Only', + 'Programming Language :: Python :: Implementation :: CPython', + 'Programming Language :: Python :: Implementation :: PyPy', 'Topic :: Internet :: WWW/HTTP', ], project_urls={