Use isolated_build option in tox.ini
As per the excellent article by gaborbernat: https://www.bernat.tech/pep-517-518/
This commit is contained in:
parent
ea732464aa
commit
9be069f899
|
@ -5,6 +5,7 @@ requires = [
|
|||
"setuptools-scm",
|
||||
"wheel",
|
||||
]
|
||||
build-backend = "setuptools.build_meta"
|
||||
|
||||
[tool.towncrier]
|
||||
package = "pytest"
|
||||
|
|
Loading…
Reference in New Issue