Skip to content

Commit c50fa80

Browse files
committed
chore: add keywords
1 parent dea012b commit c50fa80

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

pyproject.toml

+6-2
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ requires-python = ">=3.9,<3.13"
1313
version = "4.3.34"
1414

1515
# keywords for easier look-up on PyPI
16-
authors = [{ name = "Cody Fincher", email = "cody.fincher@gmail.com" }]
16+
authors = [{ name = "Cody Fincher", email = "codyfincher@google.com" }]
1717
keywords = [
1818
"database",
1919
"migration",
@@ -26,6 +26,10 @@ keywords = [
2626
"litestar",
2727
"dma",
2828
"granian",
29+
"gcp",
30+
"google",
31+
"alloydb",
32+
"mariadb",
2933
]
3034
# options under https://pypi.org/classifiers/
3135
classifiers = [ # ToDo: Modify according to your needs!
@@ -95,7 +99,7 @@ mysql = ["asyncmy>=0.2.9"]
9599
oracle = ["oracledb"]
96100
postgres = ["asyncpg>=0.29.0"]
97101
remote = ["pyinfra"]
98-
server = ["litestar[structlog,jinja]>=2.8.3", "litestar-granian>=0.3.0"]
102+
server = ["litestar[structlog,jinja]>=2.7.0", "litestar-granian>=0.2.3"]
99103
testing = [
100104
"nodeenv",
101105
# required test dependencies

0 commit comments

Comments
 (0)