mirror of
https://github.com/mtshiba/pylyzer.git
synced 2025-08-04 14:28:24 +00:00
15 lines
432 B
TOML
15 lines
432 B
TOML
[build-system]
|
|
requires = ["maturin>=0.12"]
|
|
build-backend = "maturin"
|
|
|
|
[project]
|
|
name = "pylyzer"
|
|
description = "A fast static code analyzer & language server for Python"
|
|
requires-python = ">=3.7"
|
|
classifiers = [
|
|
"Development Status :: 2 - Pre-Alpha",
|
|
"Operating System :: OS Independent",
|
|
"Programming Language :: Python",
|
|
"Programming Language :: Rust",
|
|
"Topic :: Software Development :: Quality Assurance",
|
|
]
|