From c211d9c0bd47b374497451a4fa6aa6b20ac4fa8b Mon Sep 17 00:00:00 2001 From: Francis Deslauriers Date: Fri, 5 Jul 2019 10:03:55 -0400 Subject: [PATCH] bt2: update `pyproject.toml` following directories changes Signed-off-by: Francis Deslauriers Change-Id: Iedf5db3a1a60329ce0a73f8f7d9bac544b3cf217 Reviewed-on: https://review.lttng.org/c/babeltrace/+/1635 Tested-by: jenkins Reviewed-by: Simon Marchi Reviewed-by: Philippe Proulx --- pyproject.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index e413f22f..e752724a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,10 +8,10 @@ ''' exclude = ''' ( - bindings/python/bt2/build/ - | bindings/python/bt2/setup\.py$ - | bindings/python/bt2/bt2/native_bt\.py$ - | bindings/python/bt2/bt2/__init__\.py$ + src/bindings/python/bt2/build/ + | src/bindings/python/bt2/setup\.py$ + | src/bindings/python/bt2/bt2/native_bt\.py$ + | src/bindings/python/bt2/bt2/__init__\.py$ ) ''' -- 2.34.1