bt2: move __version__ to version.py.in
authorSimon Marchi <simon.marchi@efficios.com>
Wed, 24 Jul 2019 18:54:15 +0000 (14:54 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Wed, 7 Aug 2019 18:05:20 +0000 (14:05 -0400)
commita90c9738f505a87b4a5411facf8a63e4df166f50
tree7bda76c32deb889406b50830f55280bfe273138b
parente05f84643f7b36c941544c9c76f464c922a7b1e1
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.026236 seconds and 4 git commands to generate.