mirror of
https://github.com/chatmail/core.git
synced 2026-04-06 15:42:10 +03:00
python: enable isolated build in tox.ini
This makes tox install build system configured in pyproject.toml according to PEP 518 rather than assuming setuptools.
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
[build-system]
|
||||
requires = ["setuptools>=45", "wheel", "setuptools_scm>=6.2", "cffi>=1.0.0"]
|
||||
build-backend = "setuptools.build_meta"
|
||||
|
||||
[tool.setuptools_scm]
|
||||
root = ".."
|
||||
|
||||
Reference in New Issue
Block a user