From 33d6401e59868b9e0555e3c9658192e138117298 Mon Sep 17 00:00:00 2001 From: Jon Dufresne Date: Wed, 29 Aug 2018 21:02:27 -0700 Subject: [PATCH] Add trove classifier for PyPy support Tested during CI since 761da6ff612966214fe9e34ac6bc86499e34da26. --- setup.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/setup.py b/setup.py index 7c3f33d9..955c9737 100644 --- a/setup.py +++ b/setup.py @@ -63,6 +63,8 @@ setup( 'Programming Language :: Python :: 3.4', 'Programming Language :: Python :: 3.5', 'Programming Language :: Python :: 3.6', + 'Programming Language :: Python :: Implementation :: CPython', + 'Programming Language :: Python :: Implementation :: PyPy', 'Topic :: Internet :: WWW/HTTP :: Dynamic Content', 'Topic :: Software Development :: Libraries :: Python Modules', 'Topic :: Text Processing :: Markup :: HTML' -- 2.47.2