From c252042ddf87c8eda8fac2d544c1998ce5899f69 Mon Sep 17 00:00:00 2001 From: Jacob Bom Date: Wed, 10 Aug 2016 21:00:01 +0200 Subject: [PATCH] Remove extra space. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 261f02d78..bd57d845b 100644 --- a/setup.py +++ b/setup.py @@ -54,4 +54,4 @@ with codecs.open('README.rst', 'r', 'utf-8') as fd: 'Programming Language :: Python :: 3.3', 'Programming Language :: Python :: 3.4', 'Programming Language :: Python :: 3.5', - ], ) + ],)