Skip to content

Commit

Permalink
Updated pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
VRSEN committed Jan 19, 2024
1 parent 9b36180 commit 8285288
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"
name = "agency-swarm"
dynamic = ["version"]
authors = [{ name = "VRSEN", email = "arseny9795@gmail.com" }]
description = "An opensource agent orchestration framework built on top of the latest OpenAI Assistants API."
description = "An opensource agent orchestration frameworks built on top of the latest OpenAI Assistants API."
readme = "README.md"
license = { file = "LICENSE" }
classifiers = [
Expand All @@ -23,10 +23,10 @@ dependencies = [
"rich==13.7.0",
"jsonref==1.1.0"
]
python-requirements = ">=3.7"
requires-python = ">=3.7"
urls = { homepage = "https://github.com/VRSEN/agency-swarm" }

[project.scripts]
agency-swarm = "agency_swarm.cli:main"

[tool.setuptools_scm]
[tool.setuptools_scm]

0 comments on commit 8285288

Please sign in to comment.