Add full Pungi version to log output
This should help with debugging by providing better information on which Pungi version created the compose. In development, the version will show output of git describe, in production it asks which version is installed in site-packages/. The egg-info directory must be installed for this to work. It is no longer necessary to synchronize version in `setup.py` with `pungi/__init__.py`. Signed-off-by: Lubomír Sedlář <lsedlar@redhat.com>
This commit is contained in:
parent
1a4e1b211c
commit
a72a38b278
3 changed files with 28 additions and 4 deletions
2
setup.py
2
setup.py
|
|
@ -25,7 +25,7 @@ packages = sorted(packages)
|
|||
|
||||
setup(
|
||||
name = "pungi",
|
||||
version = "4.1.8", # make sure it matches with pungi.__version__
|
||||
version = "4.1.8",
|
||||
description = "Distribution compose tool",
|
||||
url = "https://pagure.io/pungi",
|
||||
author = "Dennis Gilmore",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue