New build system

This commit is contained in:
Willy-JL
2024-03-10 10:17:59 +00:00
parent 33aab8c4aa
commit d0b32f1124
14 changed files with 101 additions and 295 deletions

View File

@@ -36,7 +36,7 @@ class GitVersion:
)
version = (
self.suffix.split("_")[0]
self.suffix
or os.environ.get("DIST_SUFFIX", None)
or "unknown"
)