diff --git a/setup.py b/setup.py index f0179bb..a5d2f33 100644 --- a/setup.py +++ b/setup.py @@ -17,14 +17,14 @@ if sys.argv[-1] == "publish": setup( name='tablib', - version='0.8.0', + version='0.8.1', 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', author_email='me@kennethreitz.com', url='http://github.com/kennethreitz/tablib', - packages=['tablib'm 'tablib.formats'], + packages=['tablib', 'tablib.formats'], install_requires=['xlwt', 'simplejson', 'PyYAML'], license='MIT', classifiers=(