From 08d918675dbf48d7f0f9734b76d9f645544f0900 Mon Sep 17 00:00:00 2001 From: Andrew Conlin Date: Thu, 19 Dec 2024 09:50:03 +0000 Subject: [PATCH] [2024-12-19] Add repo and changelog links to pyproject.toml q --- pyproject.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 54d8428..3de2dd6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,5 +19,9 @@ classifiers = [ ] dynamic = ["version"] +[project.urls] +Repository = "https://git.andrewconl.in/andrew/tictoc.git" +Changelog = "https://git.andrewconl.in/andrew/tictoc/src/branch/main/CHANGELOG.md" + [tool.maturin] features = ["pyo3/extension-module"]