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.
2 parents a2ceebc + 91cc7e2 commit 1ad2c09Copy full SHA for 1ad2c09
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