fix(cli): restore [project.scripts] in crewai package for uv tool install

This commit is contained in:
Greyson LaLonde
2026-06-03 09:50:39 -07:00
committed by GitHub
parent 7676b0937c
commit 68cdd44520

View File

@@ -138,6 +138,9 @@ torchvision = [
crewai-files = { workspace = true }
[project.scripts]
crewai = "crewai_cli.cli:crewai"
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"