9 lines
155 B
TOML
9 lines
155 B
TOML
[build-system]
|
|
requires = [
|
|
"setuptools >= 46.4.0",
|
|
"wheel",
|
|
]
|
|
build-backend = "setuptools.build_meta"
|
|
|
|
[tool.pytest.ini_options]
|
|
asyncio_mode = "auto" |