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