21 lines
493 B
TOML
21 lines
493 B
TOML
[build-system]
|
|
requires = ["setuptools>=64", "wheel", 'tomli; python_version < "3.11"']
|
|
build-backend = "setuptools.build_meta"
|
|
|
|
[project]
|
|
name = "bzip2"
|
|
version = "1.0.8"
|
|
description = "bzip2 compression library (static build) (pre-built)"
|
|
requires-python = ">=3.8"
|
|
|
|
[tool.setuptools.packages.find]
|
|
include = ["bzip2*"]
|
|
|
|
[tool.setuptools.package-data]
|
|
bzip2 = ["install/**/*", "*.so"]
|
|
|
|
[tool.shim]
|
|
repo_url = "https://github.com/commaai/dependencies"
|
|
tag = "bzip2/v1.0.8"
|
|
datadir = "install"
|