Skip to content

Commit d78b73b

Browse files
committed
Fix dist name
1 parent 1a5aee0 commit d78b73b

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
@@ -4,7 +4,7 @@ build-backend = "flit_core.buildapi"
44

55
[tool.flit.metadata]
66
module = "fastapi_users_db_tortoise"
7-
dist-name = "FastAPI Users DB for Tortoise ORM"
7+
dist-name = "fastapi-users-db-tortoise"
88
author = "François Voron"
99
author-email = "fvoron@gmail.com"
1010
home-page = "https://github.com/fastapi-users/fastapi-users-db-tortoise"

0 commit comments

Comments
 (0)