7 lines
118 B
TOML
7 lines
118 B
TOML
[build-system]
|
|
requires = ["setuptools", "wheel", "setuptools-rust"]
|
|
|
|
[tool.pytest.ini_options]
|
|
pythonpath = [
|
|
"."
|
|
] |