projects
/
nmigen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
07b3510
)
setup: fix commit 5198d99b.
author
whitequark
<whitequark@whitequark.org>
Wed, 16 Oct 2019 14:24:13 +0000
(14:24 +0000)
committer
whitequark
<whitequark@whitequark.org>
Wed, 16 Oct 2019 14:57:40 +0000
(14:57 +0000)
setup.py
patch
|
blob
|
history
diff --git
a/setup.py
b/setup.py
index f769b2722ef44da54a3f7bd1ddecd995fc8e7946..e904911a380ee379d5d3240ff27aa5997cfecc69 100644
(file)
--- a/
setup.py
+++ b/
setup.py
@@
-3,7
+3,7
@@
from setuptools import setup, find_packages
def scm_version():
def local_scheme(version):
- if version.tag:
+ if version.tag
and not version.distance
:
return version.format_with("")
else:
return version.format_choice("+{node}", "+{node}.dirty")