Packaging fix.

Version bump.
This commit is contained in:
Kenneth Reitz
2010-09-28 08:37:32 -04:00
parent 9f26c23eb5
commit 5ba92b0f6b
3 changed files with 9 additions and 4 deletions
+2 -2
View File
@@ -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'],
packages=['tablib'm 'tablib.formats'],
install_requires=['xlwt', 'simplejson', 'PyYAML'],
license='MIT',
classifiers=(