From 56499edb8ccc9b97ff7e9c93816b2c0502fce02d Mon Sep 17 00:00:00 2001 From: Aarni Koskela Date: Sun, 7 Feb 2016 15:16:41 +0200 Subject: [PATCH] setup/PyPI: Add PyPy classifier --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 73cc0c49b..85c8b6d19 100755 --- a/setup.py +++ b/setup.py @@ -51,6 +51,7 @@ def run(self): 'Programming Language :: Python :: 3.3', 'Programming Language :: Python :: 3.4', 'Programming Language :: Python :: 3.5', + 'Programming Language :: Python :: Implementation :: PyPy', 'Topic :: Software Development :: Libraries :: Python Modules', ], packages=['babel', 'babel.messages', 'babel.localtime'],