From 477fc1fe44aedd735fba218e2dc0b0b503822341 Mon Sep 17 00:00:00 2001 From: Leo Vasanko Date: Thu, 18 Dec 2025 14:13:05 +0000 Subject: [PATCH] Info fields for PyPI --- pyproject.toml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index fb7326b..84aff08 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"