From e03cd7d0ea8874105c13c86ce22c3123bb7ea375 Mon Sep 17 00:00:00 2001 From: Aarni Koskela Date: Sun, 7 Feb 2016 19:02:04 +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 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'], -- 2.47.2