From aa8c01b3ec20f03a330f48300724f91ee129edb4 Mon Sep 17 00:00:00 2001 From: Corentin Le Molgat Date: Wed, 6 Nov 2024 10:35:35 +0100 Subject: [PATCH] setup.py.in: remove tabs --- ortools/python/setup.py.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ortools/python/setup.py.in b/ortools/python/setup.py.in index 8c09924ca0..3adb763337 100644 --- a/ortools/python/setup.py.in +++ b/ortools/python/setup.py.in @@ -51,9 +51,9 @@ setup( ], package_data={ '@PYTHON_PROJECT@':[ - '.libs/*', - $<$,SHARED_LIBRARY>:'../$'> - ], + '.libs/*', + $<$,SHARED_LIBRARY>:'../$'> + ], '@PYTHON_PROJECT@.init.python':[ '$', '*.pyi'