From: Jon Dufresne Date: Thu, 30 Aug 2018 04:02:27 +0000 (-0700) Subject: Add trove classifier for PyPy support X-Git-Tag: 2.11.0~109^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F892%2Fhead;p=thirdparty%2Fjinja.git Add trove classifier for PyPy support Tested during CI since 761da6ff612966214fe9e34ac6bc86499e34da26. --- 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'