1
0
mirror of https://gitlab.com/fdroid/fdroidserver.git synced 2024-10-02 09:10:11 +02:00

setup.py: fix missing comma in classifiers

This commit is contained in:
Hans-Christoph Steiner 2016-02-18 11:47:02 +01:00
parent 506f1bfb70
commit 3685ba16f7

View File

@ -39,7 +39,7 @@ setup(name='fdroidserver',
classifiers=[
'Development Status :: 3 - Alpha',
'Intended Audience :: Developers',
'License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)'
'License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)',
'Operating System :: POSIX',
'Topic :: Utilities',
],