Create pyproject.toml

This commit is contained in:
Shunsuke Shibayama 2022-12-13 16:11:02 +09:00
parent 2c3e37d2a4
commit 53ea735842
1 changed files with 10 additions and 0 deletions

10
pyproject.toml Normal file
View File

@ -0,0 +1,10 @@
[build-system]
requires = ["maturin>=0.12"]
build-backend = "maturin"
[project]
name = "pype-analyzer"
requires-python = ">=3.7"
classifiers = [
"Programming Language :: Rust",
]