From 828528859c19e4450a5e03c083401e3fadcf85cb Mon Sep 17 00:00:00 2001 From: Arsenii Shatokhin Date: Fri, 19 Jan 2024 08:18:30 +0400 Subject: [PATCH] Updated pyproject.toml --- pyproject.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 5b587e86..d3288527 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 = [ @@ -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] \ No newline at end of file