mirror of
https://github.com/chatmail/core.git
synced 2026-05-17 05:46:30 +03:00
fixup! Modernize python setup
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
[build-system]
|
[build-system]
|
||||||
requires = ["setuptools>=45", "wheel", "setuptools_scm>=6.2", "cffi>=1.0.0"]
|
requires = ["setuptools>=45", "wheel", "setuptools_scm>=6.2", "cffi>=1.0.0"]
|
||||||
|
|
||||||
[tool.setuptools-scm]
|
[tool.setuptools_scm]
|
||||||
root = ".."
|
root = ".."
|
||||||
tag_regex = '^(?P<prefix>py-)?(?P<version>[^\+]+)(?P<suffix>.*)?$'
|
tag_regex = '^(?P<prefix>py-)?(?P<version>[^\+]+)(?P<suffix>.*)?$'
|
||||||
git_describe_command = "git describe --dirty --tags --long --match py-*.*"
|
git_describe_command = "git describe --dirty --tags --long --match py-*.*"
|
||||||
|
|||||||
Reference in New Issue
Block a user