diff options
| author | Kenneth Reitz <me@kennethreitz.com> | 2010-09-28 08:46:31 -0400 |
|---|---|---|
| committer | Kenneth Reitz <me@kennethreitz.com> | 2010-09-28 08:46:31 -0400 |
| commit | 6407afba3eedaf27c2614a362f0842470a8f4fae (patch) | |
| tree | f4ed9d9c6eaf595f6e734747d4fab541648ab738 /setup.py | |
| parent | 7aada689526a4525ef31c807c3f301db28b6e34d (diff) | |
| download | tablib-6407afba3eedaf27c2614a362f0842470a8f4fae.tar.gz | |
typo fix.v0.8.1
Diffstat (limited to 'setup.py')
| -rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -24,7 +24,7 @@ setup( 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=( |
