[build] type = "python" [dependencies] build = [ "git", "python-wheel", ] runtime = [ "python", "python-setuptools", ] [package] description = "tool for managing a recorded version number in setuptools-based python projects" homepage = "https://github.com/python-versioneer/python-versioneer" license = "Unlicense" name = "python-versioneer" version = "0.29" [[source]] extract_dir = "$name-$version" url = "https://github.com/python-versioneer/python-versioneer.git#$version"