move development status to production/stable

This commit is contained in:
Harald Welte 2018-05-14 10:26:49 +02:00
parent 23502e15f1
commit 34efc61d9c
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ setup(
package_data={'inema': ['data/products.json', 'data/formats.json']}, package_data={'inema': ['data/products.json', 'data/formats.json']},
license='AGPLv3', license='AGPLv3',
classifiers=[ classifiers=[
'Development Status :: 4 - Beta', 'Development Status :: 5 - Production/Stable',
'License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)', 'License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)',
'Programming Language :: Python :: 2.7', 'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3', 'Programming Language :: Python :: 3',