24 lines
509 B
TOML
24 lines
509 B
TOML
[build-system]
|
|
requires = ["setuptools>=64", "wheel", 'tomli; python_version < "3.11"']
|
|
build-backend = "setuptools.build_meta"
|
|
|
|
[project]
|
|
name = "git"
|
|
version = "2.47.1"
|
|
description = "Git distributed version control system (pre-built)"
|
|
requires-python = ">=3.8"
|
|
|
|
[project.scripts]
|
|
"git" = "git:_run"
|
|
|
|
[tool.setuptools]
|
|
packages = ["git"]
|
|
|
|
[tool.setuptools.package-data]
|
|
git = ["*.so", "install/**/*"]
|
|
|
|
[tool.shim]
|
|
repo_url = "https://github.com/commaai/dependencies"
|
|
tag = "git/v2.47.1"
|
|
datadir = "install"
|