Info fields for PyPI
This commit is contained in:
@@ -6,6 +6,7 @@ build-backend = "hatchling.build"
|
|||||||
name = "paskia"
|
name = "paskia"
|
||||||
dynamic = ["version"]
|
dynamic = ["version"]
|
||||||
description = "Passkey Auth made easy: all sites and APIs can be guarded even without any changes on the protected site."
|
description = "Passkey Auth made easy: all sites and APIs can be guarded even without any changes on the protected site."
|
||||||
|
readme = "README.md"
|
||||||
keywords = [ "forward_auth", "auth_request", "FastAPI" ]
|
keywords = [ "forward_auth", "auth_request", "FastAPI" ]
|
||||||
authors = [
|
authors = [
|
||||||
{name = "Leo Vasanko"},
|
{name = "Leo Vasanko"},
|
||||||
@@ -23,6 +24,10 @@ dependencies = [
|
|||||||
]
|
]
|
||||||
requires-python = ">=3.10"
|
requires-python = ">=3.10"
|
||||||
|
|
||||||
|
[project.urls]
|
||||||
|
Homepage = "https://git.zi.fi/LeoVasanko/paskia"
|
||||||
|
Repository = "https://github.com/LeoVasanko/paskia"
|
||||||
|
|
||||||
[tool.hatch.version]
|
[tool.hatch.version]
|
||||||
source = "vcs"
|
source = "vcs"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user