We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af2ca74 commit 8aba260Copy full SHA for 8aba260
setup.cfg
@@ -31,7 +31,7 @@ install_requires =
31
pyqtgraph>=0.11.0rc0
32
qtutils>=2.2.3
33
scipy
34
- setuptools_scm
+ setuptools_scm>-4.1.2
35
zprocess>=2.18.0
36
37
[options.extras_require]
setup.py
@@ -17,7 +17,7 @@ def run(self):
17
18
19
VERSION_SCHEME = {
20
- "version_scheme": os.getenv("SCM_VERSION_SCHEME", "guess-next-dev"),
+ "version_scheme": os.getenv("SCM_VERSION_SCHEME", "release-branch-semver"),
21
"local_scheme": os.getenv("SCM_LOCAL_SCHEME", "node-and-date"),
22
}
23
0 commit comments