in setup.py [0:0]
def get_version(): """Read the version from this module.""" init = read("src", "base64io", "__init__.py") return VERSION_RE.search(init).group(1)