tree-sitter-morphismbase/pyproject.toml
2025-05-06 17:26:04 +02:00

29 lines
790 B
TOML
Generated

[build-system]
requires = ["setuptools>=42", "wheel"]
build-backend = "setuptools.build_meta"
[project]
name = "tree-sitter-morphismbase"
description = "Morphismbase grammar for tree-sitter"
version = "0.1.0"
keywords = ["incremental", "parsing", "tree-sitter", "morphismbase"]
classifiers = [
"Intended Audience :: Developers",
"Topic :: Software Development :: Compilers",
"Topic :: Text Processing :: Linguistic",
"Typing :: Typed",
]
authors = [{ name = "Michael Sippel", email = "senvas@exobiont.de" }]
requires-python = ">=3.10"
license.text = "GPLv3"
readme = "README.md"
[project.urls]
Homepage = "https://forge.exobiont.de/syntaxalchemist/ldmc"
[project.optional-dependencies]
core = ["tree-sitter~=0.24"]
[tool.cibuildwheel]
build = "cp310-*"
build-frontend = "build"