Files
clice/pyproject.toml
Myriad-Dreamin 90d424b72a Init uv project for pytest (#193)
Co-authored-by: star9029 <hengxings783@gmail.com>
2025-08-26 00:05:50 +08:00

22 lines
369 B
TOML

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