[build-system]
requires = ["maturin>=1.10,<2.0"]
build-backend = "maturin"
[project]
name = "pytest-language-server"
version = "0.7.1"
description = "A blazingly fast Language Server Protocol implementation for pytest"
authors = [{name = "Thiago Bellini Ribeiro", email = "hackedbellini@gmail.com"}]
readme = "README.md"
license = {text = "MIT"}
keywords = ["pytest", "lsp", "language-server", "testing"]
classifiers = [
"Development Status :: 4 - Beta",
"Intended Audience :: Developers",
"License :: OSI Approved :: MIT License",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
"Programming Language :: Python :: 3.14",
"Programming Language :: Rust",
"Topic :: Software Development :: Testing",
"Topic :: Software Development :: Libraries",
]
requires-python = ">=3.10"
[project.urls]
Homepage = "https://github.com/bellini666/pytest-language-server"
Repository = "https://github.com/bellini666/pytest-language-server"
Issues = "https://github.com/bellini666/pytest-language-server/issues"
[tool.maturin]
bindings = "bin"
[dependency-groups]
dev = [
"maturin>=1.10.1",
"pre-commit>=4.0.0",
]