From 930ce5c65ce5c9db419977a6d7189f246b855fa5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Viktor=20K=C3=A1lm=C3=A1n?= Date: Mon, 9 Jun 2025 20:47:43 +0200 Subject: [PATCH] add project urls (#156) --- pyproject.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index fd24566..32be57b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,7 +32,9 @@ dependencies = ["django-appconf >= 0.4"] dynamic = ["version"] [project.urls] -Homepage = "https://django-dbtemplates.readthedocs.io/" +Documentation = "https://django-dbtemplates.readthedocs.io/" +Changelog = "https://django-dbtemplates.readthedocs.io/en/latest/changelog.html" +Source = "https://github.com/jazzband/django-dbtemplates" [tool.setuptools] zip-safe = false