From 893009985ec61e58ec939cbba79b8895701570b9 Mon Sep 17 00:00:00 2001 From: Tom Ritchford Date: Thu, 4 Jan 2024 19:02:38 +0100 Subject: [PATCH] Add fields to [tool.poetry] in pyproject.toml --- pyproject.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 9565a2a..640e5c2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,6 +5,8 @@ description = "🧵 Better threads 🧵" authors = ["Tom Ritchford "] license = "MIT" readme = "README.md" +repository = "https://github.com/rec/threa" +homepage = "https://github.com/rec/threa" [tool.poetry.dependencies] python = ">=3.8"