24 lines
531 B
TOML
24 lines
531 B
TOML
[build-system]
|
|
requires = ["setuptools>=64", "wheel", 'tomli; python_version < "3.11"']
|
|
build-backend = "setuptools.build_meta"
|
|
|
|
[project]
|
|
name = "git-lfs"
|
|
version = "3.6.1"
|
|
description = "Git Large File Storage extension (pre-built)"
|
|
requires-python = ">=3.8"
|
|
|
|
[project.scripts]
|
|
"git-lfs" = "git_lfs:_run"
|
|
|
|
[tool.setuptools.packages.find]
|
|
include = ["git_lfs*"]
|
|
|
|
[tool.setuptools.package-data]
|
|
git_lfs = ["bin/**/*", "*.so"]
|
|
|
|
[tool.shim]
|
|
repo_url = "https://github.com/commaai/dependencies"
|
|
tag = "git-lfs/v3.6.1"
|
|
datadir = "bin"
|