Skip to content

Commit 091587b

Browse files
committed
fix doc
1 parent 4c3a186 commit 091587b

File tree

1 file changed

+17
-1
lines changed

1 file changed

+17
-1
lines changed

pyproject.toml

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,25 @@
11
[tool.poetry]
22
name = "llama-cpp-openai"
33
version = "0.1.0"
4-
description = ""
4+
description = "Lightweight OpenAI API server on top of Llama local models. Suitable for combined use with Microsoft AutoGen."
55
authors = ["blav <blav@actar.us>"]
66
readme = "README.md"
7+
license = "Apache-2.0"
8+
classifiers = [
9+
"Intended Audience :: Developers",
10+
"Programming Language :: Python :: 3.8",
11+
"Programming Language :: Python :: 3.9",
12+
"Programming Language :: Python :: 3.10",
13+
"Programming Language :: Python :: 3.11",
14+
"Programming Language :: Python :: 3.12",
15+
"Operating System :: OS Independent",
16+
"Operating System :: POSIX",
17+
"Operating System :: MacOS",
18+
"Operating System :: POSIX :: Linux",
19+
"Operating System :: Microsoft :: Windows",
20+
"Topic :: Software Development :: Libraries :: Python Modules",
21+
"License :: OSI Approved :: Apache Software License"
22+
]
723

824
[tool.poetry.dependencies]
925
python = ">=3.8,<3.12"

0 commit comments

Comments
 (0)