]> git.ipfire.org Git - thirdparty/jinja.git/commitdiff
Add trove classifier for PyPy support 892/head
authorJon Dufresne <jon.dufresne@gmail.com>
Thu, 30 Aug 2018 04:02:27 +0000 (21:02 -0700)
committerJon Dufresne <jon.dufresne@gmail.com>
Thu, 30 Aug 2018 04:03:24 +0000 (21:03 -0700)
Tested during CI since 761da6ff612966214fe9e34ac6bc86499e34da26.

setup.py

index 7c3f33d996bb73a2119162dc68840190837144a3..955c9737df1e16a7513712baadba528134b0fb7c 100644 (file)
--- 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'