This commit is contained in:
Kenneth Reitz
2010-09-28 08:45:14 -04:00
3 changed files with 9 additions and 4 deletions
+2 -2
View File
@@ -24,8 +24,8 @@ setup(
author='Kenneth Reitz',
author_email='me@kennethreitz.com',
url='http://github.com/kennethreitz/tablib',
packages=['tablib'],
install_requires=['xlwt', 'simplejson', 'PyYAML', 'argue'],
packages=['tablib'm 'tablib.formats'],
install_requires=['xlwt', 'simplejson', 'PyYAML'],
license='MIT',
classifiers=(
'Development Status :: 4 - Beta',