From 179a56d59bb1f9f2f80f679f0f39406960c131e7 Mon Sep 17 00:00:00 2001 From: Christopher Grebs Date: Sun, 20 Apr 2014 17:40:15 +0200 Subject: [PATCH] Add Python 3.4 and PyPy classifier --- setup.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/setup.py b/setup.py index 10f825b..7b62f4c 100755 --- a/setup.py +++ b/setup.py @@ -75,11 +75,15 @@ setup( 'Operating System :: OS Independent', 'Programming Language :: Python', 'Topic :: Software Development :: Libraries :: Python Modules', + 'Framework :: Django', 'Programming Language :: Python :: 2', 'Programming Language :: Python :: 2.6', 'Programming Language :: Python :: 2.7', 'Programming Language :: Python :: 3', 'Programming Language :: Python :: 3.3', + 'Programming Language :: Python :: 3.4', + 'Programming Language :: Python :: Implementation :: PyPy', + 'Programming Language :: Python :: Implementation :: CPython', ], entry_points={ 'babel.extractors': [