Skip to content

Commit b959a29

Browse files
committed
Fix pyproject.toml
1 parent 6547a52 commit b959a29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ allow-direct-references = true
2424
[tool.hatch.version]
2525
source = "regex_commit"
2626
commit_extra_args = ["-e"]
27-
path = "fastapi_users_db_dynamodb/__init__.py"
27+
path = "fastapi_users_db_dynamodb/config.py"
2828

2929
[tool.hatch.envs.default]
3030
installer = "uv"

0 commit comments

Comments
 (0)