diff --git a/haystack/__init__.py b/haystack/__init__.py index c2fdbad..bee5bd8 100644 --- a/haystack/__init__.py +++ b/haystack/__init__.py @@ -1,3 +1,8 @@ # -*- coding: utf-8 -*- +__version__ = '0.0.1' +__license__ = 'Apache v2' +__author__ = 'Kenneth Reitz' + + from core import * \ No newline at end of file