Add Python 3.4 and PyPy classifier
This commit is contained in:
4
setup.py
4
setup.py
@@ -75,11 +75,15 @@ setup(
|
|||||||
'Operating System :: OS Independent',
|
'Operating System :: OS Independent',
|
||||||
'Programming Language :: Python',
|
'Programming Language :: Python',
|
||||||
'Topic :: Software Development :: Libraries :: Python Modules',
|
'Topic :: Software Development :: Libraries :: Python Modules',
|
||||||
|
'Framework :: Django',
|
||||||
'Programming Language :: Python :: 2',
|
'Programming Language :: Python :: 2',
|
||||||
'Programming Language :: Python :: 2.6',
|
'Programming Language :: Python :: 2.6',
|
||||||
'Programming Language :: Python :: 2.7',
|
'Programming Language :: Python :: 2.7',
|
||||||
'Programming Language :: Python :: 3',
|
'Programming Language :: Python :: 3',
|
||||||
'Programming Language :: Python :: 3.3',
|
'Programming Language :: Python :: 3.3',
|
||||||
|
'Programming Language :: Python :: 3.4',
|
||||||
|
'Programming Language :: Python :: Implementation :: PyPy',
|
||||||
|
'Programming Language :: Python :: Implementation :: CPython',
|
||||||
],
|
],
|
||||||
entry_points={
|
entry_points={
|
||||||
'babel.extractors': [
|
'babel.extractors': [
|
||||||
|
|||||||
Reference in New Issue
Block a user