We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14e0de0 commit 23175b0Copy full SHA for 23175b0
pyproject.toml
@@ -41,4 +41,7 @@ python_version = "3.9"
41
warn_return_any = true
42
warn_unused_configs = true
43
disallow_untyped_defs = true
44
-disallow_incomplete_defs = true
+disallow_incomplete_defs = true
45
+
46
+[project.scripts]
47
+openevolve-run = "openevolve.cli:main"
0 commit comments