Compare commits

..
1 Commits
Author SHA1 Message Date
LeoVasanko 2795b1061f Info fields for PyPI 2025-12-18 14:13:05 +00:00
+5
View File
@@ -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"