Files
dependencies/ncurses/pyproject.toml
github-actions[bot] 0e85f80944 update ncurses shim
2026-05-01 02:20:57 +00:00

21 lines
482 B
TOML

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