Revision afe46b6d0623cb06087deef8bb5bc477f0ec821a authored by Valeriu Predoi on 02 March 2023, 11:09:00 UTC, committed by GitHub on 02 March 2023, 11:09:00 UTC
1 parent 93083e9
Raw File
pyproject.toml
[build-system]
requires = ["setuptools >= 40.6.0", "wheel", "setuptools_scm>=6.2"]
build-backend = "setuptools.build_meta"

[tool.setuptools_scm]
version_scheme = "release-branch-semver"
back to top