Skip to content

Commit fc63dc9

Browse files
committed
Bugfix for setuptool_scm version on release
1 parent 2ffa943 commit fc63dc9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ def custom_version(version):
2222

2323
b = version.branch if version.branch and version.branch != "master" else None
2424

25-
local_scheme = "no-local-version"
25+
local_scheme = ""
2626
if version.dirty or version.distance:
2727
node_and_date = get_local_node_and_date(version)
2828

0 commit comments

Comments
 (0)