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
1 changed files with 1 additions and 1 deletions

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',
],