1
Fork 0
oelf/pyproject.toml

14 lines
307 B
TOML
Raw Normal View History

2023-12-08 15:41:25 +00:00
[build-system]
requires = ["maturin>=1,<2"]
build-backend = "maturin"
[project]
2023-12-08 23:50:05 +00:00
name = "oelf"
2023-12-08 15:41:25 +00:00
requires-python = ">=3.7"
classifiers = [
"Programming Language :: Rust",
"Programming Language :: Python :: Implementation :: CPython",
"Programming Language :: Python :: Implementation :: PyPy",
]