Skip to content

Commit 9ee468a

Browse files
Include LICENSE file in Python distribution (#4048)
* Include LICENSE file in Python distribution * Remove spaces * Remove license_files
1 parent 0d5b7ab commit 9ee468a

File tree

2 files changed

+5
-68
lines changed

2 files changed

+5
-68
lines changed

cmake/python.cmake

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -314,6 +314,11 @@ configure_file(
314314
${PROJECT_BINARY_DIR}/python/README.txt
315315
COPYONLY)
316316

317+
configure_file(
318+
${PROJECT_SOURCE_DIR}/LICENSE
319+
${PROJECT_BINARY_DIR}/python/LICENSE
320+
COPYONLY)
321+
317322
add_custom_command(
318323
OUTPUT python/ortools_timestamp
319324
COMMAND ${CMAKE_COMMAND} -E remove -f ortools_timestamp

tools/setup_data.py

Lines changed: 0 additions & 68 deletions
This file was deleted.

0 commit comments

Comments
 (0)