diff --git a/python/CMakeLists.txt b/python/CMakeLists.txt index a38e97b3..5ff2e163 100644 --- a/python/CMakeLists.txt +++ b/python/CMakeLists.txt @@ -4,7 +4,7 @@ if(have_options) get_target_property(ngcore_compile_options ngcore INTERFACE_COMPILE_OPTIONS) endif(have_options) -configure_file(config.py ${CMAKE_CURRENT_BINARY_DIR}/config.py @ONLY) +configure_file(config_template.py ${CMAKE_CURRENT_BINARY_DIR}/config.py @ONLY) install(FILES ${CMAKE_CURRENT_BINARY_DIR}/config.py __main__.py __init__.py diff --git a/python/config.py b/python/config_template.py similarity index 100% rename from python/config.py rename to python/config_template.py