add git-lfs package (#8)
This commit is contained in:
18
git-lfs/pyproject.toml
Normal file
18
git-lfs/pyproject.toml
Normal file
@@ -0,0 +1,18 @@
|
||||
[build-system]
|
||||
requires = ["setuptools>=64", "wheel"]
|
||||
build-backend = "setuptools.build_meta"
|
||||
|
||||
[project]
|
||||
name = "git-lfs"
|
||||
version = "3.6.1"
|
||||
description = "Git Large File Storage extension"
|
||||
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/**/*"]
|
||||
Reference in New Issue
Block a user