From 7e87066253fb37b388621a73eef9856aa39514d1 Mon Sep 17 00:00:00 2001 From: Alexander Kalinovsky Date: Fri, 15 Aug 2025 16:51:22 +0300 Subject: [PATCH] upd pyproject.topml --- pyproject.toml | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 6bdb798..5a4f088 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,9 +1,18 @@ [project] -name = "quickbot_agent" +name = "quickbot-agent" version = "0.1.0" -description = "Add your description here" +description = "Adds AI answers and API orchestration to your bot" readme = "README.md" requires-python = ">=3.12" +classifiers = [ + "Programming Language :: Python :: 3", + "Operating System :: OS Independent", + "Development Status :: 3 - Alpha", +] +authors = [ + { name = "Alexander Kalinovsky", email = "ak@botforge.biz" }, +] +license = { file = "LICENSE" } dependencies = [ "openai>=1.97.1", ]