From 23175b0dd5fbc8f9cb4beb75cb6dec24fbbe47ae Mon Sep 17 00:00:00 2001 From: DerPlayer2001 <84600865+DerPlayer2001@users.noreply.github.com> Date: Tue, 3 Jun 2025 09:26:35 +0200 Subject: [PATCH] Add openevolve-run as package command/script --- pyproject.toml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 24ed10bac..f02ff90e5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -41,4 +41,7 @@ python_version = "3.9" warn_return_any = true warn_unused_configs = true disallow_untyped_defs = true -disallow_incomplete_defs = true \ No newline at end of file +disallow_incomplete_defs = true + +[project.scripts] +openevolve-run = "openevolve.cli:main"