From 6aeb3117f48c71381fff63463a219682edec61cf Mon Sep 17 00:00:00 2001 From: Chris Tippett Date: Thu, 1 Aug 2024 03:40:09 +0100 Subject: [PATCH] Update project info --- pyproject.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index e67d8bc..b900d76 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,6 +3,7 @@ name = "porkbun-ical" version = "0.1.0" description = "iCalendar for Porkbun domain renewal/expiries" authors = [{ name = "Chris Tippett", email = "git@christippett.dev" }] +license = {file = "LICENSE"} dependencies = [ "icalendar>=5.0.13", "flask>=3.0.3", @@ -13,6 +14,9 @@ dependencies = [ readme = "README.md" requires-python = ">= 3.8" +[project.urls] +Repository = "https://github.com/christippett/porkbun-ical" + [tool.rye] managed = true virtual = true