Simple fix.

This commit is contained in:
Kenneth Reitz
2010-10-06 20:01:52 -04:00
parent 2e75e93f57
commit a3c82804cd
+1 -1
View File
@@ -31,7 +31,7 @@ setup(
url='http://github.com/kennethreitz/tablib',
packages= [
'tablib', 'tablib.formats',
'tablib.packages.simplejson'
'tablib.packages.simplejson',
'tablib.packages.xlwt',
'tablib.packages.yaml',
],