148cc92abca409abca0d4708ce03216b9f8e0d23
1 # SPDX-License-Identifier: MIT
3 # Copyright (c) 2020 Philippe Proulx <pproulx@efficios.com>
9 project
= "Babeltrace 2 Python bindings"
10 copyright
= "2020, EfficiOS, Inc"
11 author
= "EfficiOS, Inc"
12 release
= bt2
.__version__
13 version
= re
.match(r
"^\d+\.\d+", release
).group(0)
19 extensions
= ["bt2sphinxurl"]
22 html_theme
= "alabaster"
This page took 0.029567 seconds and 4 git commands to generate.