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", ]