Update pyproject.toml

This commit is contained in:
Shunsuke Shibayama 2023-04-07 11:58:44 +09:00
parent 25054dd0b9
commit 0b4285eec9
1 changed files with 5 additions and 0 deletions

View File

@ -4,7 +4,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",
]