1
0
mirror of https://gitlab.com/fdroid/fdroidserver.git synced 2024-07-04 16:30:12 +02:00

update pypi "classifiers"

This commit is contained in:
Hans-Christoph Steiner 2017-07-19 16:12:06 +02:00
parent 1e7832a4f4
commit 5feaafa1bd

View File

@ -45,10 +45,15 @@ setup(name='fdroidserver',
'docker-py == 1.9.0',
],
classifiers=[
'Development Status :: 3 - Alpha',
'Development Status :: 4 - Beta',
'Intended Audience :: Developers',
'Intended Audience :: Information Technology',
'Intended Audience :: System Administrators',
'Intended Audience :: Telecommunications Industry',
'License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)',
'Operating System :: POSIX',
'Operating System :: MacOS :: MacOS X',
'Operating System :: Unix',
'Topic :: Utilities',
],
)