bt2: move __version__ to version.py.in
authorSimon Marchi <simon.marchi@efficios.com>
Wed, 24 Jul 2019 18:54:15 +0000 (14:54 -0400)
committerPhilippe Proulx <eeppeliteloop@gmail.com>
Fri, 26 Jul 2019 23:19:09 +0000 (19:19 -0400)
commit07041dafaae18146e189a70c33a8a0695cbdd813
treea2a15ebff535482c5fc62cf89979e587134e568b
parent8a4328893c7222e490da887e1caec4e61fe3d56e
bt2: move __version__ to version.py.in

The only bit of __init__.py that is set at configure time is the package
version.  Move it to its own file, version.py.in, and make __init__.py
not generated.  This will make life a bit easier when we need to modify
__init__.py.

Change-Id: Ibc9fb67a897b226c46b4fddb3af7c2219d1f94e9
Signed-off-by: Simon Marchi <simon.marchi@efficios.com>
Reviewed-on: https://review.lttng.org/c/babeltrace/+/1759
CI-Build: Philippe Proulx <eeppeliteloop@gmail.com>
Tested-by: jenkins <jenkins@lttng.org>
Reviewed-by: Philippe Proulx <eeppeliteloop@gmail.com>
configure.ac
pyproject.toml
src/bindings/python/bt2/.gitignore
src/bindings/python/bt2/Makefile.am
src/bindings/python/bt2/bt2/__init__.py [new file with mode: 0644]
src/bindings/python/bt2/bt2/__init__.py.in [deleted file]
src/bindings/python/bt2/bt2/version.py.in [new file with mode: 0644]
This page took 0.024668 seconds and 4 git commands to generate.