mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-01-09 08:08:32 +00:00
15 lines
326 B
TOML
15 lines
326 B
TOML
[project]
|
|
name = "crewai-tools"
|
|
version = "0.1.0"
|
|
description = "Add your description here"
|
|
readme = "README.md"
|
|
authors = [
|
|
{ name = "Greyson LaLonde", email = "greyson.r.lalonde@gmail.com" }
|
|
]
|
|
requires-python = ">=3.10, <3.14"
|
|
dependencies = []
|
|
|
|
[build-system]
|
|
requires = ["hatchling"]
|
|
build-backend = "hatchling.build"
|