update shim packages
This commit is contained in:
23
git-lfs/pyproject.toml
Normal file
23
git-lfs/pyproject.toml
Normal file
@@ -0,0 +1,23 @@
|
||||
[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"
|
||||
Reference in New Issue
Block a user