tree-sitter-vvk/pyproject.toml
2026-01-18 18:37:34 +01:00

29 lines
799 B
TOML
Generated

[build-system]
requires = ["setuptools>=62.4.0", "wheel"]
build-backend = "setuptools.build_meta"
[project]
name = "tree-sitter-vvk"
description = "A parser for the vishvakarma build system from pantheon"
version = "0.1.0"
keywords = ["incremental", "parsing", "tree-sitter", "vvk"]
classifiers = [
"Intended Audience :: Developers",
"Topic :: Software Development :: Compilers",
"Topic :: Text Processing :: Linguistic",
"Typing :: Typed",
]
authors = [{ name = "traxys", email = "traxys@familleboyer.net" }]
requires-python = ">=3.10"
license.text = "MIT"
readme = "README.md"
[project.urls]
Homepage = "https://forgejo.familleboyer.net/traxys/tree-sitter-vvk"
[project.optional-dependencies]
core = ["tree-sitter~=0.24"]
[tool.cibuildwheel]
build = "cp310-*"
build-frontend = "build"