From 665d0ab8c1b91a3161d4aaba7a84652f1bacad67 Mon Sep 17 00:00:00 2001 From: Teemu Rytilahti Date: Sun, 4 Feb 2018 22:17:33 +0100 Subject: [PATCH] Fix setup.py --- setup.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/setup.py b/setup.py index b62390695..6f01563f9 100644 --- a/setup.py +++ b/setup.py @@ -30,10 +30,10 @@ def readme(): 'Development Status :: 3 - Alpha', 'Intended Audience :: Developers', 'License :: OSI Approved :: GNU General Public License v3 (GPLv3)', - 'Programming Language :: Python :: 3.4' - 'Programming Language :: Python :: 3.5' - 'Programming Language :: Python :: 3.6' - 'Programming Language :: Python :: 3.7' + 'Programming Language :: Python :: 3.4', + 'Programming Language :: Python :: 3.5', + 'Programming Language :: Python :: 3.6', + 'Programming Language :: Python :: 3.7', 'Programming Language :: Python :: 3 :: Only', ],