From d3a174ef8ed78f354d7babe22475e8a84ccdb8b0 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Sun, 29 May 2011 04:08:45 -0400 Subject: [PATCH] meta --- haystack/__init__.py | 5 +++++ 1 file changed, 5 insertions(+) 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