From 1058169f0e3a8646dbd20f9b4c0b599ed9f6d08e Mon Sep 17 00:00:00 2001 From: Mikhail Korobov Date: Mon, 25 Dec 2017 15:31:07 +0500 Subject: [PATCH] setup.py: mention that we support PyPy. See GH-2213. --- setup.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/setup.py b/setup.py index 2619bd544..06a36e2ba 100644 --- a/setup.py +++ b/setup.py @@ -56,6 +56,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', 'Topic :: Software Development :: Libraries :: Application Frameworks', 'Topic :: Software Development :: Libraries :: Python Modules',