Recognize git version from tarball name if everything else fails
This commit is contained in:
parent
20e6920a7b
commit
3826064d1d
@ -42,7 +42,7 @@ def get_config():
|
|||||||
cfg.VCS = "git"
|
cfg.VCS = "git"
|
||||||
cfg.style = "pep440"
|
cfg.style = "pep440"
|
||||||
cfg.tag_prefix = ""
|
cfg.tag_prefix = ""
|
||||||
cfg.parentdir_prefix = "None"
|
cfg.parentdir_prefix = "cryfs-"
|
||||||
cfg.versionfile_source = "_version.py"
|
cfg.versionfile_source = "_version.py"
|
||||||
cfg.verbose = False
|
cfg.verbose = False
|
||||||
return cfg
|
return cfg
|
||||||
|
Loading…
x
Reference in New Issue
Block a user