[build] type = "python" [dependencies] build = [ "python-flit-core", "python-wheel", "git" ] runtime = ["python"] [package] description = "More routines for operating on iterables, beyond itertools" homepage = "https://github.com/more-itertools/more-itertools" license = "MIT" name = "python-more-itertools" version = "10.8.0" [[source]] extract_dir = "$name-$version" url = "https://github.com/more-itertools/more-itertools.git#v$version"