mirror of
https://github.com/RustPython/Parser.git
synced 2025-08-04 10:49:55 +00:00
15 lines
345 B
TOML
15 lines
345 B
TOML
[build-system]
|
|
requires = ["maturin>=0.15,<0.16"]
|
|
build-backend = "maturin"
|
|
|
|
[project]
|
|
name = "rustpython_ast"
|
|
requires-python = ">=3.7"
|
|
classifiers = [
|
|
"Programming Language :: Rust",
|
|
"Programming Language :: Python :: Implementation :: CPython",
|
|
]
|
|
|
|
[tool.maturin]
|
|
# module-name = "_rustpython_ast"
|
|
features = ["pyo3/extension-module"]
|