summaryrefslogtreecommitdiff
path: root/anyjson/__init__.py
diff options
context:
space:
mode:
authorAsk Solem <ask@rabbitmq.com>2011-12-06 11:14:11 +0000
committerAsk Solem <ask@rabbitmq.com>2011-12-06 11:14:11 +0000
commitc407a756b008344a8ae5df31de3a6e869b3dca78 (patch)
treebd491951cc76b710046d1f33263f9b6f1595203c /anyjson/__init__.py
parent782c8f7d8e8b10ddb6606c5bd0c421adc05de158 (diff)
downloadanyjson-c407a756b008344a8ae5df31de3a6e869b3dca78.tar.gz
Parses distmeta + adds trove classifiers
Diffstat (limited to 'anyjson/__init__.py')
-rw-r--r--anyjson/__init__.py8
1 files changed, 6 insertions, 2 deletions
diff --git a/anyjson/__init__.py b/anyjson/__init__.py
index 2c6ff53..1cab2c5 100644
--- a/anyjson/__init__.py
+++ b/anyjson/__init__.py
@@ -3,11 +3,15 @@ interface"""
import sys
-__version__ = "0.3.1"
-__author__ = "Rune Halvorsen <runefh@gmail.com>"
+VERSION = (0, 3, 1)
+__version__ = ".".join(map(str, VERSION[0:3])) + "".join(VERSION[3:])
+__author__ = "Rune Halvorsen"
+__contact__ "runefh@gmail.com"
__homepage__ = "http://bitbucket.org/runeh/anyjson/"
__docformat__ = "restructuredtext"
+# -eof meta-
+
implementation = None
"""