Skip to content

Commit 2323c33

Browse files
committed
(minor) Classifiers and keywords in project file
1 parent d98ad34 commit 2323c33

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

pyproject.toml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,15 @@ name = "lightspeed-stack"
33
dynamic = ["version"]
44
description = "LLM tooling stack"
55
authors = []
6+
classifiers = [
7+
"Development Status :: 4 - Beta",
8+
"Topic :: Scientific/Engineering :: Artificial Intelligence",
9+
"Topic :: Software Development"
10+
]
11+
keywords = [
12+
"LLM",
13+
"RAG"
14+
]
615
requires-python = ">=3.12,<3.14"
716
readme = "README.md"
817
license = {file = "LICENSE"}

0 commit comments

Comments
 (0)