upd pyproject.topml
This commit is contained in:
@@ -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",
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user