We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72e9aec commit 179a56dCopy full SHA for 179a56d
setup.py
@@ -75,11 +75,15 @@ def run_tests(self):
75
'Operating System :: OS Independent',
76
'Programming Language :: Python',
77
'Topic :: Software Development :: Libraries :: Python Modules',
78
+ 'Framework :: Django',
79
'Programming Language :: Python :: 2',
80
'Programming Language :: Python :: 2.6',
81
'Programming Language :: Python :: 2.7',
82
'Programming Language :: Python :: 3',
83
'Programming Language :: Python :: 3.3',
84
+ 'Programming Language :: Python :: 3.4',
85
+ 'Programming Language :: Python :: Implementation :: PyPy',
86
+ 'Programming Language :: Python :: Implementation :: CPython',
87
],
88
entry_points={
89
'babel.extractors': [
0 commit comments