14 lines
226 B
TOML
14 lines
226 B
TOML
[build-system]
|
|
requires = [
|
|
"setuptools>=42",
|
|
"wheel"
|
|
]
|
|
|
|
build-backend = "setuptools.build_meta"
|
|
|
|
|
|
[tool.pytest.ini_options]
|
|
markers = [
|
|
"allow_empty(platform): Allow main tests on this platform(s) to be empty",
|
|
]
|