From 715a2e130f14fa95c092c771813fb1c729dae333 Mon Sep 17 00:00:00 2001 From: Georgios Verigakis Date: Mon, 10 Apr 2017 14:40:06 +0300 Subject: [PATCH] Fix copy paste typo --- setup.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/setup.py b/setup.py index 8cb1059..c877781 100755 --- a/setup.py +++ b/setup.py @@ -21,9 +21,9 @@ setup( 'License :: OSI Approved :: ISC License (ISCL)', 'Programming Language :: Python :: 2.6', 'Programming Language :: Python :: 2.7', - 'Programming Language :: Python :: 3.3' - 'Programming Language :: Python :: 3.4' - 'Programming Language :: Python :: 3.5' - 'Programming Language :: Python :: 3.6' + 'Programming Language :: Python :: 3.3', + 'Programming Language :: Python :: 3.4', + 'Programming Language :: Python :: 3.5', + 'Programming Language :: Python :: 3.6', ] )