From: Hans-Christoph Steiner Date: Thu, 18 Feb 2016 10:47:02 +0000 (+0100) Subject: setup.py: fix missing comma in classifiers X-Git-Tag: 0.6.0^0 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=fdroidserver.git;a=commitdiff_plain;h=3685ba16f782e624f4c14dcd227c7f023b9f01d2 setup.py: fix missing comma in classifiers --- diff --git a/setup.py b/setup.py index ff89f524..947112f9 100644 --- a/setup.py +++ b/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', ],