[build] type = "python" [dependencies] build = [ "python-wheel", "python-hatchling", "git", ] runtime = ["python-packaging"] [package] description = "A small library that versions your Python projects" homepage = "https://github.com/twisted/incremental" license = "MIT" name = "python-incremental" version = "24.11.0" [[source]] extract_dir = "$name-$version" url = "https://github.com/twisted/incremental.git#incremental-$version"