move set_cover code in its own directory
This commit is contained in:
@@ -59,7 +59,6 @@ setup(
|
||||
],
|
||||
'@PYTHON_PROJECT@.algorithms.python':[
|
||||
'$<TARGET_FILE_NAME:knapsack_solver_pybind11>',
|
||||
'$<TARGET_FILE_NAME:set_cover_pybind11>',
|
||||
'*.pyi'
|
||||
],
|
||||
'@PYTHON_PROJECT@.bop':['*.pyi'],
|
||||
@@ -125,6 +124,10 @@ setup(
|
||||
'$<TARGET_FILE_NAME:rcpsp_pybind11>',
|
||||
'*.pyi'
|
||||
],
|
||||
'@PYTHON_PROJECT@.set_cover.python':[
|
||||
'$<TARGET_FILE_NAME:set_cover_pybind11>',
|
||||
'*.pyi'
|
||||
],
|
||||
'@PYTHON_PROJECT@.util.python':[
|
||||
'$<TARGET_FILE_NAME:sorted_interval_list_pybind11>',
|
||||
'*.pyi'
|
||||
|
||||
Reference in New Issue
Block a user