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 2ffa943 commit fc63dc9Copy full SHA for fc63dc9
setup.py
@@ -22,7 +22,7 @@ def custom_version(version):
22
23
b = version.branch if version.branch and version.branch != "master" else None
24
25
- local_scheme = "no-local-version"
+ local_scheme = ""
26
if version.dirty or version.distance:
27
node_and_date = get_local_node_and_date(version)
28
0 commit comments