pylyzer/pyproject.toml
Shunsuke Shibayama 43ac3a8b37 Rename the project
2022-12-13 17:25:17 +09:00

10 lines
178 B
TOML

[build-system]
requires = ["maturin>=0.12"]
build-backend = "maturin"
[project]
name = "pylyzer"
requires-python = ">=3.7"
classifiers = [
"Programming Language :: Rust",
]