From 3685ba16f782e624f4c14dcd227c7f023b9f01d2 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Thu, 18 Feb 2016 11:47:02 +0100 Subject: [PATCH] setup.py: fix missing comma in classifiers --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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', ], -- 2.30.2