Switches to Zooko's version method
authorWill Kahn-Greene <willg@bluesock.org>
Thu, 1 Sep 2011 23:35:31 +0000 (19:35 -0400)
committerWill Kahn-Greene <willg@bluesock.org>
Fri, 2 Sep 2011 00:50:19 +0000 (20:50 -0400)
commitcf37fffc117cb2eec0f69a3cee2d916a9972c9a2
tree5904eca63227645380a6f3f92139c31d714e16c3
parent41a695c41845e0d6b888a6b5fa46df8e59c17ebd
Switches to Zooko's version method

This centralizes the version number into a single place but makes it
available in the code as well as in setup.py.

Based on the recipe found at
http://stackoverflow.com/questions/458550/standard-way-to-embed-version-into-python-package/7071358#7071358
mediagoblin/__init__.py
mediagoblin/_version.py [new file with mode: 0644]
setup.py