Lines Matching +full:python +full:- +full:version
1 [build-system]
2 requires = ["setuptools", "setuptools-scm[toml]", "wheel"]
3 build-backend = "setuptools.build_meta"
8 requires-python = ">=3.8"
13 {name = "Google", email = "benchmark-discuss@googlegroups.com"},
17 "Development Status :: 4 - Beta",
21 "Programming Language :: Python :: 3.8",
22 "Programming Language :: Python :: 3.9",
23 "Programming Language :: Python :: 3.10",
24 "Programming Language :: Python :: 3.11",
25 "Programming Language :: Python :: 3.12",
30 dynamic = ["readme", "version"]
33 "absl-py>=0.7.1",
36 [project.optional-dependencies]
38 "pre-commit>=3.3.3",
48 package-dir = {"" = "bindings/python"}
49 zip-safe = false
52 where = ["bindings/python"]
55 readme = { file = "README.md", content-type = "text/markdown" }
72 # explicitly tell ruff the source directory to correctly identify first-party package.
73 src = ["bindings/python"]
75 line-length = 80
76 target-version = "py311"
85 combine-as-imports = true