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',