in support/setup.py [0:0]
def version_scheme(version): with open(VERSION_PATH) as v: version_file = v.read() if version.distance: version_file += '.dev%d' % version.distance return version_file