mirror of https://github.com/mtshiba/pylyzer
Create pyproject.toml
This commit is contained in:
parent
2c3e37d2a4
commit
53ea735842
|
|
@ -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",
|
||||||
|
]
|
||||||
Loading…
Reference in New Issue