Commit cc87e95
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
1 file changed
+0
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
8 | 7 | | |
9 | 8 | | |
10 | 9 | | |
| |||
0 commit comments