Skip to content

Commit 16f274a

Browse files
authored
Merge pull request lightspeed-core#323 from tisnik/minor-classifiers-and-keywordds
(minor) Classifiers and keywords in project file
2 parents d98ad34 + ec8ad63 commit 16f274a

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

pyproject.toml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@ 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+
"Programming Language :: Python :: 3",
11+
"Programming Language :: Python :: 3 :: Only",
12+
"License :: OSI Approved :: Apache Software License",
13+
]
14+
keywords = [
15+
"LLM",
16+
"RAG"
17+
]
618
requires-python = ">=3.12,<3.14"
719
readme = "README.md"
820
license = {file = "LICENSE"}

0 commit comments

Comments
 (0)