tree-sitter-yaml/pyproject.toml

38 lines
885 B
TOML
Raw Normal View History

2024-03-27 05:31:32 -04:00
[build-system]
requires = ["setuptools>=42", "wheel"]
build-backend = "setuptools.build_meta"
[project]
name = "tree-sitter-yaml"
2024-03-31 09:45:34 -04:00
description = "YAML grammar for tree-sitter"
2024-04-30 04:33:53 -04:00
version = "0.6.1"
2024-03-27 05:31:32 -04:00
keywords = ["incremental", "parsing", "tree-sitter", "yaml"]
classifiers = [
"Intended Audience :: Developers",
"License :: OSI Approved :: MIT License",
"Topic :: Software Development :: Compilers",
"Topic :: Text Processing :: Linguistic",
"Typing :: Typed"
]
requires-python = ">=3.8"
license.text = "MIT"
readme = "README.md"
2024-03-31 09:45:34 -04:00
[[project.authors]]
name = "Ika"
email = "ikatyang@gmail.com"
[[project.maintainers]]
name = "Amaan Qureshi"
email = "amaanq12@gmail.com"
2024-03-27 05:31:32 -04:00
[project.urls]
2024-03-31 09:45:34 -04:00
Homepage = "https://github.com/tree-sitter-grammars/tree-sitter-yaml"
2024-03-27 05:31:32 -04:00
[project.optional-dependencies]
core = ["tree-sitter~=0.21"]
[tool.cibuildwheel]
build = "cp38-*"
build-frontend = "build"