From 344a2215bee55070d2f787a0e3a03ccda968365a Mon Sep 17 00:00:00 2001 From: Mathieu Dupuy Date: Wed, 16 Jul 2025 11:35:21 +0200 Subject: [PATCH] add repo and doc links to pyproject.toml --- pyproject.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 2e16788..dce2adc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,6 +10,8 @@ license = {file = "LICENSE.txt"} authors = [ {name = "Glyph", email = "glyph@twistedmatrix.com" } # Optional ] +urls = { Homepage = "https://github.com/glyph/DateType", Documentation = "https://datetype.readthedocs.io/en/latest/" } + classifiers = [ "Development Status :: 5 - Production/Stable", # Indicate who your project is intended for