Info fields for PyPI
This commit is contained in:
@@ -6,6 +6,7 @@ build-backend = "hatchling.build"
|
||||
name = "paskia"
|
||||
dynamic = ["version"]
|
||||
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" ]
|
||||
authors = [
|
||||
{name = "Leo Vasanko"},
|
||||
@@ -23,6 +24,10 @@ dependencies = [
|
||||
]
|
||||
requires-python = ">=3.10"
|
||||
|
||||
[project.urls]
|
||||
Homepage = "https://git.zi.fi/LeoVasanko/paskia"
|
||||
Repository = "https://github.com/LeoVasanko/paskia"
|
||||
|
||||
[tool.hatch.version]
|
||||
source = "vcs"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user