misc: update trove classifiers for development status and language

This commit is contained in:
Frédéric Péters 2018-08-12 19:56:21 +02:00
parent 93e4bfba6c
commit 1866c43d2f
1 changed files with 2 additions and 1 deletions

View File

@ -136,7 +136,7 @@ setup(
scripts=('manage.py',),
url='https://dev.entrouvert.org/projects/chrono/',
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',
'gadjo',