From: Aarni Koskela Date: Sun, 7 Feb 2016 17:02:04 +0000 (+0200) Subject: setup/PyPI: Add PyPy classifier X-Git-Tag: 2.3.1~19^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e03cd7d0ea8874105c13c86ce22c3123bb7ea375;p=thirdparty%2Fbabel.git setup/PyPI: Add PyPy classifier --- diff --git a/setup.py b/setup.py index 73cc0c49..85c8b6d1 100755 --- a/setup.py +++ b/setup.py @@ -51,6 +51,7 @@ setup( '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'],