Skip to content

Commit ed548fd

Browse files
author
IndominusByte
committed
edit flit config
1 parent 54204dd commit ed548fd

File tree

6 files changed

+5
-1
lines changed

6 files changed

+5
-1
lines changed
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

pyproject.toml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ requires = ["flit_core>=2,<4"]
33
build-backend = "flit_core.buildapi"
44

55
[tool.flit.metadata]
6-
module = "fastapi-jwt-auth"
6+
module = "fastapi_jwt_auth"
7+
dist-name = "fastapi-jwt-auth"
78
author = "Nyoman Pradipta Dewantara"
89
author-email = "nyomanpradipta120@gmail.com"
910
home-page = "https://github.com/IndominusByte/fastapi-jwt-auth"
@@ -29,6 +30,9 @@ requires = [
2930
description-file = "README.md"
3031
requires-python = ">=3.6"
3132

33+
[tool.flit.metadata.urls]
34+
Documentation = "https://indominusbyte.github.io/fastapi-jwt-auth/"
35+
3236
[tool.flit.metadata.requires-extra]
3337
test = [
3438
"pytest==6.0.1",

0 commit comments

Comments
 (0)