add git package (#63)
This commit is contained in:
18
git/pyproject.toml
Normal file
18
git/pyproject.toml
Normal file
@@ -0,0 +1,18 @@
|
||||
[build-system]
|
||||
requires = ["setuptools>=64", "wheel"]
|
||||
build-backend = "setuptools.build_meta"
|
||||
|
||||
[project]
|
||||
name = "git"
|
||||
version = "2.47.1"
|
||||
description = "Git distributed version control system"
|
||||
requires-python = ">=3.8"
|
||||
|
||||
[project.scripts]
|
||||
git = "git:_run"
|
||||
|
||||
[tool.setuptools.packages.find]
|
||||
include = ["git*"]
|
||||
|
||||
[tool.setuptools.package-data]
|
||||
git = ["install/**/*"]
|
||||
Reference in New Issue
Block a user