24 lines
542 B
TOML
24 lines
542 B
TOML
[build-system]
|
|
requires = ["setuptools>=64", "wheel", 'tomli; python_version < "3.11"']
|
|
build-backend = "setuptools.build_meta"
|
|
|
|
[project]
|
|
name = "xvfb"
|
|
version = "1.20.11.post1"
|
|
description = "Xvfb (X virtual framebuffer) headless X server (pre-built)"
|
|
requires-python = ">=3.8"
|
|
|
|
[project.scripts]
|
|
"Xvfb" = "xvfb:_run_xvfb"
|
|
|
|
[tool.setuptools]
|
|
packages = ["xvfb"]
|
|
|
|
[tool.setuptools.package-data]
|
|
xvfb = ["*.so", "install/**/*"]
|
|
|
|
[tool.shim]
|
|
repo_url = "https://github.com/commaai/dependencies"
|
|
tag = "xvfb/v1.20.11.post1"
|
|
datadir = "install"
|