mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-13 14:32:28 +03:00
setup.py: fix missing comma in classifiers
This commit is contained in:
parent
506f1bfb70
commit
3685ba16f7
1 changed files with 1 additions and 1 deletions
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…
Add table
Add a link
Reference in a new issue