From afc4963a135e5416d1615ccee9be92aae215834e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Viktor=20K=C3=A1lm=C3=A1n?= Date: Mon, 2 Jun 2025 14:38:38 +0200 Subject: [PATCH] add project urls --- 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