From ad6ccd0a34075707719d94fd412275af48bec28a Mon Sep 17 00:00:00 2001 From: Corentin Le Molgat Date: Fri, 24 Jan 2025 15:28:06 +0100 Subject: [PATCH] cmake: cleanup setup.py.in --- ortools/python/setup.py.in | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ortools/python/setup.py.in b/ortools/python/setup.py.in index d8db87fcba..17dbc19fb6 100644 --- a/ortools/python/setup.py.in +++ b/ortools/python/setup.py.in @@ -51,8 +51,7 @@ setup( ], package_data={ '@PYTHON_PROJECT@':[ - '.libs/*', - $<$,SHARED_LIBRARY>:'../$'> + '.libs/*' ], '@PYTHON_PROJECT@.init.python':[ '$',