mirror of
https://github.com/kennethreitz/tablib.git
synced 2026-06-05 06:56:13 +00:00
Setup.py typo
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user