File tree Expand file tree Collapse file tree 1 file changed +29
-0
lines changed Expand file tree Collapse file tree 1 file changed +29
-0
lines changed Original file line number Diff line number Diff line change @@ -18,6 +18,35 @@ dependencies = [
1818]
1919license = " Apache-2.0"
2020urls = { 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 ]
2352cocoindex = " cocoindex.cli:cli"
You can’t perform that action at this time.
0 commit comments