feat: enable go & python bindings
This commit is contained in:
28
pyproject.toml
generated
Normal file
28
pyproject.toml
generated
Normal file
@@ -0,0 +1,28 @@
|
||||
[build-system]
|
||||
requires = ["setuptools>=42", "wheel"]
|
||||
build-backend = "setuptools.build_meta"
|
||||
|
||||
[project]
|
||||
name = "tree-sitter-hcl"
|
||||
description = "HCL and terraform grammar for tree-sitter"
|
||||
version = "1.1.0"
|
||||
keywords = ["incremental", "parsing", "tree-sitter", "hcl"]
|
||||
classifiers = [
|
||||
"Intended Audience :: Developers",
|
||||
"Topic :: Software Development :: Compilers",
|
||||
"Topic :: Text Processing :: Linguistic",
|
||||
"Typing :: Typed",
|
||||
]
|
||||
requires-python = ">=3.10"
|
||||
license.text = "Apache-2.0"
|
||||
readme = "README.md"
|
||||
|
||||
[project.urls]
|
||||
Homepage = "https://github.com/tree-sitter-grammars/tree-sitter-hcl"
|
||||
|
||||
[project.optional-dependencies]
|
||||
core = ["tree-sitter~=0.24"]
|
||||
|
||||
[tool.cibuildwheel]
|
||||
build = "cp310-*"
|
||||
build-frontend = "build"
|
||||
Reference in New Issue
Block a user