mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-05-01 15:22:37 +00:00
Template fix
This commit is contained in:
@@ -10,9 +10,9 @@ dependencies = [
|
|||||||
]
|
]
|
||||||
|
|
||||||
[project.scripts]
|
[project.scripts]
|
||||||
flows_kickoff_cli = "flows_kickoff_cli.main:main"
|
{{folder_name}} = "{{folder_name}}.main:main"
|
||||||
kickoff = "flows_kickoff_cli.main:main"
|
kickoff = "{{folder_name}}.main:main"
|
||||||
plot = "flows_kickoff_cli.main:plot"
|
plot = "{{folder_name}}.main:plot"
|
||||||
|
|
||||||
[build-system]
|
[build-system]
|
||||||
requires = ["hatchling"]
|
requires = ["hatchling"]
|
||||||
|
|||||||
Reference in New Issue
Block a user