Files
dependencies/zstd/pyproject.toml
github-actions[bot] 59e9ca4ecf update zstd shim
2026-05-01 02:21:02 +00:00

21 lines
479 B
TOML

[build-system]
requires = ["setuptools>=64", "wheel", 'tomli; python_version < "3.11"']
build-backend = "setuptools.build_meta"
[project]
name = "zstd"
version = "1.5.6"
description = "Zstandard compression library (static build) (pre-built)"
requires-python = ">=3.8"
[tool.setuptools]
packages = ["zstd"]
[tool.setuptools.package-data]
zstd = ["*.so", "install/**/*"]
[tool.shim]
repo_url = "https://github.com/commaai/dependencies"
tag = "zstd/v1.5.6"
datadir = "install"