misc: update trove classifiers for development status and language

This commit is contained in:
Frédéric Péters 2018-08-12 19:54:33 +02:00
parent a42a85e801
commit 8a7b5fb12a
1 changed files with 2 additions and 1 deletions

View File

@ -136,7 +136,7 @@ setup(
data_files=data_tree('share/publik/themes/', 'data/themes/'),
url='https://dev.entrouvert.org/projects/combo/',
classifiers=[
'Development Status :: 2 - Pre-Alpha',
'Development Status :: 4 - Beta',
'Environment :: Web Environment',
'Framework :: Django',
'Intended Audience :: Developers',
@ -144,6 +144,7 @@ setup(
'Operating System :: OS Independent',
'Programming Language :: Python',
'Programming Language :: Python :: 2',
'Programming Language :: Python :: 3',
],
install_requires=['django>=1.8, <1.12',
'django-ckeditor<4.5.3',