File: pyproject.toml

package info (click to toggle)
tree-sitter-powershell 0.25.10-1
  • links: PTS, VCS
  • area: main
  • in suites:
  • size: 5,472 kB
  • sloc: ansic: 128,509; javascript: 1,059; lisp: 113; makefile: 106; python: 91; cpp: 13; sh: 9
file content (28 lines) | stat: -rw-r--r-- 691 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
[build-system]
requires = ["setuptools>=62.4.0", "wheel"]
build-backend = "setuptools.build_meta"

[project]
name = "tree-sitter-powershell"
description = ""
version = "0.25.10"
keywords = ["incremental", "parsing", "tree-sitter", "powershell"]
classifiers = [
  "Intended Audience :: Developers",
  "Topic :: Software Development :: Compilers",
  "Topic :: Text Processing :: Linguistic",
  "Typing :: Typed",
]
requires-python = ">=3.10"
license.text = "MIT"
readme = "README.md"

[project.urls]
Homepage = "https://github.com/airbus-cert/tree-sitter-powershell"

[project.optional-dependencies]
core = ["tree-sitter~=0.24"]

[tool.cibuildwheel]
build = "cp310-*"
build-frontend = "build"