Skip to content

Commit

Permalink
setup.py.in: remove tabs
Browse files Browse the repository at this point in the history
  • Loading branch information
Mizux committed Nov 6, 2024
1 parent 93a1623 commit aa8c01b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ortools/python/setup.py.in
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,9 @@ setup(
],
package_data={
'@PYTHON_PROJECT@':[
'.libs/*',
$<$<STREQUAL:$<TARGET_PROPERTY:@PROJECT_NAME@,TYPE>,SHARED_LIBRARY>:'../$<TARGET_SONAME_FILE_NAME:@PROJECT_NAME@>'>
],
'.libs/*',
$<$<STREQUAL:$<TARGET_PROPERTY:@PROJECT_NAME@,TYPE>,SHARED_LIBRARY>:'../$<TARGET_SONAME_FILE_NAME:@PROJECT_NAME@>'>
],
'@PYTHON_PROJECT@.init.python':[
'$<TARGET_FILE_NAME:init_pybind11>',
'*.pyi'
Expand Down

0 comments on commit aa8c01b

Please sign in to comment.