mirror of
https://gitlab.com/fdroid/fdroidserver.git
synced 2024-11-19 21:30:10 +01:00
setup.py: fix missing comma in classifiers
This commit is contained in:
parent
506f1bfb70
commit
3685ba16f7
2
setup.py
2
setup.py
@ -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',
|
||||
],
|
||||
|
Loading…
Reference in New Issue
Block a user