Skip to content

Commit 150e48d

Browse files
committed
Chore: Update project metadata
1 parent ff554fb commit 150e48d

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

pyproject.toml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,13 @@ description = "SQLAlchemy dialect for CrateDB."
1515
readme = "README.md"
1616
keywords = [
1717
"CrateDB",
18-
"data",
19-
"io",
20-
"load",
18+
"dask",
19+
"data io",
20+
"orm",
21+
"pandas",
2122
"PostgreSQL",
22-
"RDBMS",
23-
"SQL",
23+
"rdbms",
24+
"sql",
2425
"SQLAlchemy",
2526
]
2627
license = { text = "Apache License 2.0" }
@@ -257,7 +258,7 @@ format = [
257258
# Configure Ruff not to auto-fix (remove!):
258259
# unused imports (F401), unused variables (F841), `print` statements (T201), and commented-out code (ERA001).
259260
{ cmd = "ruff --fix --ignore=ERA --ignore=F401 --ignore=F841 --ignore=T20 --ignore=ERA001 ." },
260-
{ cmd = "pyproject-fmt pyproject.toml" },
261+
{ cmd = "pyproject-fmt --keep-full-version pyproject.toml" },
261262
]
262263

263264
lint = [

0 commit comments

Comments
 (0)