From 56f693198edc29cd39360ee507b7d665295333a1 Mon Sep 17 00:00:00 2001 From: Ashley Felton Date: Wed, 20 Nov 2024 15:55:53 +0800 Subject: [PATCH] Define project URLS. --- pyproject.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 42a057b..1f0a832 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,6 +25,10 @@ classifiers = [ "Topic :: Software Development :: Libraries :: Python Modules", ] +[project.urls] +Repository = "https://github.com/dbca-wa/webtemplate.git" +Changelog = "https://github.com/dbca-wa/webtemplate/blob/master/CHANGELOG.md" + [tool.poetry.dependencies] python = "^3.9" django = ">=3.2, <5.1"