1
Fork 0
oelf/pyproject.toml
2023-12-09 19:12:01 +01:00

14 lines
328 B
TOML

[build-system]
requires = ["maturin>=1,<2"]
build-backend = "maturin"
[project]
name = "oelf"
requires-python = ">=3.7"
classifiers = [
"Programming Language :: Rust",
"Programming Language :: Python :: Implementation :: CPython",
"Programming Language :: Python :: Implementation :: PyPy",
]
dynamic = ["version"]