Skip to content

Commit 7609c8f

Browse files
committed
Update project keywords and Python classifiers
1 parent 6f9145e commit 7609c8f

1 file changed

Lines changed: 15 additions & 1 deletion

File tree

pyproject.toml

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,19 @@ requires-python = ">=3.10"
1111
authors = [
1212
{ name = "ParadeDB" },
1313
]
14-
keywords = ["paradedb", "postgresql", "sqlalchemy", "search", "bm25"]
14+
keywords = [
15+
"paradedb",
16+
"sqlalchemy",
17+
"postgres",
18+
"postgresql",
19+
"search",
20+
"bm25",
21+
"text search",
22+
"full text search",
23+
"hybrid search",
24+
"faceted search",
25+
"facets",
26+
]
1527
classifiers = [
1628
"Development Status :: 3 - Alpha",
1729
"Intended Audience :: Developers",
@@ -20,6 +32,8 @@ classifiers = [
2032
"Programming Language :: Python :: 3.10",
2133
"Programming Language :: Python :: 3.11",
2234
"Programming Language :: Python :: 3.12",
35+
"Programming Language :: Python :: 3.13",
36+
"Programming Language :: Python :: 3.14",
2337
"Topic :: Database",
2438
]
2539
dependencies = [

0 commit comments

Comments
 (0)