From a2925a3c53f9d944a761acfb8ae50af54eb1574c Mon Sep 17 00:00:00 2001 From: Stefan Bieliauskas Date: Sat, 28 Dec 2019 20:02:56 +0100 Subject: [PATCH] Add missing comma --- setup.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/setup.py b/setup.py index c3a0d28..65593e8 100644 --- a/setup.py +++ b/setup.py @@ -34,9 +34,9 @@ 'Topic :: Software Development :: Libraries :: Python Modules', 'License :: OSI Approved :: Apache Software License', 'Programming Language :: Python :: 3.4', - 'Programming Language :: Python :: 3.5' - 'Programming Language :: Python :: 3.6' - 'Programming Language :: Python :: 3.7' + 'Programming Language :: Python :: 3.5', + 'Programming Language :: Python :: 3.6', + 'Programming Language :: Python :: 3.7', 'Programming Language :: Python :: 3.8' ], license="Apache License 2.0",