Skip to content
Snippets Groups Projects
Verified Commit f86edadd authored by Christoph Lehmann's avatar Christoph Lehmann Committed by Lars Bilke
Browse files

Reflect moved Python code in setup.py

parent ccf3ea0b
No related branches found
No related tags found
No related merge requests found
......@@ -36,11 +36,11 @@ def get_version():
sys.path.append(os.path.join("Applications", "Python"))
from ogs import binaries_list
from ogs._internal.provide_ogs_cli_tools_via_wheel import binaries_list
console_scripts = []
for b in binaries_list:
console_scripts.append(f"{b}=ogs:{b}")
console_scripts.append(f"{b}=ogs._internal.provide_ogs_cli_tools_via_wheel:{b}")
cmake_preset = "wheel"
if platform.system() == "Windows":
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment