mirror of
https://github.com/chatmail/core.git
synced 2026-04-05 23:22:11 +03:00
This makes tox install build system configured in pyproject.toml according to PEP 518 rather than assuming setuptools.
9 lines
309 B
TOML
9 lines
309 B
TOML
[build-system]
|
|
requires = ["setuptools>=45", "wheel", "setuptools_scm>=6.2", "cffi>=1.0.0"]
|
|
build-backend = "setuptools.build_meta"
|
|
|
|
[tool.setuptools_scm]
|
|
root = ".."
|
|
tag_regex = '^(?P<prefix>py-)?(?P<version>[^\+]+)(?P<suffix>.*)?$'
|
|
git_describe_command = "git describe --dirty --tags --long --match py-*.*"
|