Skip to content

Commit 99eddad

Browse files
authored
ops: set classifiers and keywords in pyproject.toml (#947)
1 parent 88089e4 commit 99eddad

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

pyproject.toml

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,35 @@ dependencies = [
1818
]
1919
license = "Apache-2.0"
2020
urls = { Homepage = "https://cocoindex.io/" }
21+
classifiers = [
22+
"Development Status :: 3 - Alpha",
23+
"License :: OSI Approved :: Apache Software License",
24+
"Operating System :: OS Independent",
25+
"Programming Language :: Rust",
26+
"Programming Language :: Python :: 3",
27+
"Programming Language :: Python :: 3 :: Only",
28+
"Programming Language :: Python :: 3.11",
29+
"Programming Language :: Python :: 3.12",
30+
"Programming Language :: Python :: 3.13",
31+
"Programming Language :: Python :: 3.14",
32+
"Topic :: Software Development :: Libraries :: Python Modules",
33+
"Topic :: Text Processing :: Indexing",
34+
"Intended Audience :: Developers",
35+
"Natural Language :: English",
36+
"Typing :: Typed",
37+
]
38+
keywords = [
39+
"indexing",
40+
"real-time",
41+
"incremental",
42+
"pipeline",
43+
"search",
44+
"ai",
45+
"etl",
46+
"rag",
47+
"dataflow",
48+
"context-engineering",
49+
]
2150

2251
[project.scripts]
2352
cocoindex = "cocoindex.cli:cli"

0 commit comments

Comments
 (0)