mirror of https://github.com/mtshiba/pylyzer
Update pyproject.toml
This commit is contained in:
parent
25054dd0b9
commit
0b4285eec9
|
|
@ -4,7 +4,12 @@ build-backend = "maturin"
|
||||||
|
|
||||||
[project]
|
[project]
|
||||||
name = "pylyzer"
|
name = "pylyzer"
|
||||||
|
description = "A fast static code analyzer & language server for Python"
|
||||||
requires-python = ">=3.7"
|
requires-python = ">=3.7"
|
||||||
classifiers = [
|
classifiers = [
|
||||||
|
"Development Status :: 2 - Pre-Alpha",
|
||||||
|
"Operating System :: OS Independent",
|
||||||
|
"Programming Language :: Python",
|
||||||
"Programming Language :: Rust",
|
"Programming Language :: Rust",
|
||||||
|
"Topic :: Software Development :: Quality Assurance",
|
||||||
]
|
]
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue