fix: add `build-system`

This commit is contained in:
Laerte Pereira 2023-06-20 17:00:01 -03:00
parent 6afb31b82b
commit 6e1af20ac4
1 changed files with 3 additions and 0 deletions

View File

@ -218,3 +218,6 @@ setenv =
{[pinned]setenv}
commands =
pytest --cov=scrapy --cov-report=xml --cov-report= {posargs:tests -k s3}
[build-system]
build-backend = 'setuptools.build_meta'