1
0
Fork 0
sqlglot/sqlglotrs/pyproject.toml
Daniel Baumann fd9de5e4cb
Adding upstream version 20.3.0.
Signed-off-by: Daniel Baumann <daniel@debian.org>
2025-02-13 21:17:33 +01:00

16 lines
390 B
TOML

[build-system]
requires = ["maturin>=1.4,<2.0"]
build-backend = "maturin"
[project]
name = "sqlglotrs"
requires-python = ">=3.7"
classifiers = [
"Programming Language :: Rust",
"Programming Language :: Python :: Implementation :: CPython",
"Programming Language :: Python :: Implementation :: PyPy",
]
dynamic = ["version"]
[tool.maturin]
features = ["pyo3/extension-module"]