Skip to content

Commit cc87e95

Browse files
anoopcs9phlogistonjohn
authored andcommitted
setup.cfg: Avoid redundant version definition
With latest setuptools_scm (from v9.2.0[1]), there's a change in version inference logic which ultimately got overrode by the version definition from setup.cfg resulting in dist packages always versioned at 0.1. Instead rely on the automatic version inference without an explicit version in setup.cfg. In case the version detection fails, we already have fallback_version set to 0.1 in pyproject.toml. [1] https://setuptools-scm.readthedocs.io/en/latest/changelog/ Signed-off-by: Anoop C S <[email protected]>
1 parent c2f0790 commit cc87e95

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

setup.cfg

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44

55
[metadata]
66
name = sambacc
7-
version = 0.1
87
description = Samba Container Configurator
98
author = John Mulligan
109
author_email = [email protected]

0 commit comments

Comments
 (0)