7 lines
145 B
TOML
7 lines
145 B
TOML
[build-system]
|
|
requires = ["setuptools"]
|
|
build-backend = "setuptools.backends._legacy:_Backend"
|
|
|
|
[tool.pytest.ini_options]
|
|
testpaths = ["tests"]
|