mirror of
https://github.com/pnx/tree-sitter-dotenv
synced 2026-06-16 01:54:56 +02:00
Updates the requirements on [tree-sitter](https://github.com/tree-sitter/py-tree-sitter) and [setuptools](https://github.com/pypa/setuptools) to permit the latest version. Updates `tree-sitter` to 0.25.2 - [Release notes](https://github.com/tree-sitter/py-tree-sitter/releases) - [Commits](https://github.com/tree-sitter/py-tree-sitter/compare/v0.24.0...v0.25.2) Updates `setuptools` to 82.0.1 - [Release notes](https://github.com/pypa/setuptools/releases) - [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst) - [Commits](https://github.com/pypa/setuptools/compare/v42.0.0...v82.0.1) --- updated-dependencies: - dependency-name: tree-sitter dependency-version: 0.25.2 dependency-type: direct:development dependency-group: pip - dependency-name: setuptools dependency-version: 82.0.1 dependency-type: direct:development dependency-group: pip ... Signed-off-by: dependabot[bot] <support@github.com>
29 lines
742 B
TOML
29 lines
742 B
TOML
[build-system]
|
|
requires = ["setuptools>=82.0.1", "wheel"]
|
|
build-backend = "setuptools.build_meta"
|
|
|
|
[project]
|
|
name = "tree-sitter-dotenv"
|
|
description = "Dotenv grammar for tree-sitter"
|
|
version = "0.0.5"
|
|
keywords = ["incremental", "parsing", "tree-sitter", "dotenv"]
|
|
classifiers = [
|
|
"Intended Audience :: Developers",
|
|
"License :: OSI Approved :: MIT License",
|
|
"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/pnx/tree-sitter-dotenv"
|
|
|
|
[project.optional-dependencies]
|
|
core = ["tree-sitter~=0.25"]
|
|
|
|
[tool.cibuildwheel]
|
|
build = "cp310-*"
|
|
build-frontend = "build"
|