Skip to content

Commit 179a56d

Browse files
committed
Add Python 3.4 and PyPy classifier
1 parent 72e9aec commit 179a56d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

setup.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,11 +75,15 @@ def run_tests(self):
7575
'Operating System :: OS Independent',
7676
'Programming Language :: Python',
7777
'Topic :: Software Development :: Libraries :: Python Modules',
78+
'Framework :: Django',
7879
'Programming Language :: Python :: 2',
7980
'Programming Language :: Python :: 2.6',
8081
'Programming Language :: Python :: 2.7',
8182
'Programming Language :: Python :: 3',
8283
'Programming Language :: Python :: 3.3',
84+
'Programming Language :: Python :: 3.4',
85+
'Programming Language :: Python :: Implementation :: PyPy',
86+
'Programming Language :: Python :: Implementation :: CPython',
8387
],
8488
entry_points={
8589
'babel.extractors': [

0 commit comments

Comments
 (0)