From 791095305812793b2913d923372fb64543229ca6 Mon Sep 17 00:00:00 2001 From: Johannes Baiter Date: Wed, 28 Aug 2013 09:48:36 +0200 Subject: [PATCH] Fix typo in setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index bba34115..9a13f7aa 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ scripts=['spread', ], url='http://github.com/jbaiter/spreads', license='MIT', - description='Book digitization workflow assistant',, + description='Book digitization workflow assistant', long_description=open('README.rst').read(), install_requires=[ "colorama >= 0.2.5",