summaryrefslogtreecommitdiff
path: root/anyjson/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'anyjson/__init__.py')
-rw-r--r--anyjson/__init__.py11
1 files changed, 8 insertions, 3 deletions
diff --git a/anyjson/__init__.py b/anyjson/__init__.py
index d8b69c8..fdfeece 100644
--- a/anyjson/__init__.py
+++ b/anyjson/__init__.py
@@ -1,8 +1,13 @@
-from metadata import *
+"""Wraps the best available JSON implementation available in a common
+interface"""
+
import sys
-# explicitly pull in docstring from metadata. see comments there for why.
-__doc__ = metadata.__doc__
+__version__ = "0.2.2"
+__author__ = "Rune Halvorsen <runefh@gmail.com>"
+__homepage__ = "http://bitbucket.org/runeh/anyjson/"
+__docformat__ = "restructuredtext"
+
implementation = None
"""