bt2: update `pyproject.toml` following directories changes
authorFrancis Deslauriers <francis.deslauriers@efficios.com>
Fri, 5 Jul 2019 14:03:55 +0000 (10:03 -0400)
committerPhilippe Proulx <eeppeliteloop@gmail.com>
Fri, 5 Jul 2019 16:50:55 +0000 (12:50 -0400)
Signed-off-by: Francis Deslauriers <francis.deslauriers@efficios.com>
Change-Id: Iedf5db3a1a60329ce0a73f8f7d9bac544b3cf217
Reviewed-on: https://review.lttng.org/c/babeltrace/+/1635
Tested-by: jenkins <jenkins@lttng.org>
Reviewed-by: Simon Marchi <simon.marchi@efficios.com>
Reviewed-by: Philippe Proulx <eeppeliteloop@gmail.com>
pyproject.toml

index e413f22f4e16ed187be43c8f350ee815bd3e200f..e752724a284ca1b4756b3b90e15cb9b4177cc05a 100644 (file)
@@ -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$
 
   )
   '''
This page took 0.025034 seconds and 4 git commands to generate.