From 275ac9d194fb2fdc90634961e77ad72247c25a66 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Sun, 12 Sep 2010 14:12:30 -0400 Subject: [PATCH] Setup.py typo --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index fb44680..72fefee 100644 --- a/setup.py +++ b/setup.py @@ -19,7 +19,7 @@ if sys.argv[-1] == "publish": setup( name='tablib', version='0.6.1', - description='Format agnostic tabular data library (XLS, CSV, JSON, YAML, CSV)', + description='Format agnostic tabular data library (XLS, JSON, YAML, CSV)', long_description=open('README.rst').read() + '\n\n' + open('HISTORY.rst').read(), author='Kenneth Reitz',