Added name to corelib.

This commit is contained in:
Kenneth Reitz
2010-09-08 15:55:08 -04:00
parent 335e3b1134
commit 9f025dc111
+1
View File
@@ -24,6 +24,7 @@ except ImportError, why:
__all__ = ['Dataset', 'source']
__name__ = 'tablib'
__version__ = '0.0.4'
__build__ = '0x000004'
__author__ = 'Kenneth Reitz'