Files
clice/tests/pyproject.toml

15 lines
337 B
TOML

[project]
name = "clice"
version = "0.1.0"
description = "clice is a language server for C/C++"
readme = "README.md"
requires-python = ">=3.13"
authors = [{ name = "clice developers" }]
dependencies = []
[dependency-groups]
dev = ["pre-commit>=4.3.0", "pytest", "pytest-asyncio>=1.1.0"]
[tool.pytest.ini_options]
markers = ["asyncio"]