tree-sitter-perga/pyproject.toml
2024-11-20 19:29:09 -08:00

30 lines
833 B
TOML

[build-system]
requires = ["setuptools>=42", "wheel"]
build-backend = "setuptools.build_meta"
[project]
name = "tree-sitter-perga"
description = "Basic proof assistant based on Calculus of Constructions"
version = "0.1.0"
keywords = ["incremental", "parsing", "tree-sitter", "perga"]
classifiers = [
"Intended Audience :: Developers",
"License :: OSI Approved :: MIT License",
"Topic :: Software Development :: Compilers",
"Topic :: Text Processing :: Linguistic",
"Typing :: Typed",
]
authors = [{ name = "William Ball", email = "williampi103@gmail.com" }]
requires-python = ">=3.9"
license.text = "GPL3"
readme = "README.md"
[project.urls]
Homepage = "https://forgejo.ballcloud.cc/wball/perga"
[project.optional-dependencies]
core = ["tree-sitter~=0.22"]
[tool.cibuildwheel]
build = "cp39-*"
build-frontend = "build"