From 6ebf30339419c20533512dd853a10cd144dd37c9 Mon Sep 17 00:00:00 2001 From: Brian Hannafious <32105697+xbrianh@users.noreply.github.com> Date: Mon, 2 Sep 2024 17:14:35 -0700 Subject: [PATCH] update project metadata (#4) --- pyproject.toml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 2343825..6d0f6da 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,6 +22,13 @@ classifiers = [ ] dynamic = ["version", "dependencies"] +[project.urls] +Homepage = "https://github.com/xbrianh/xdlake" +Repository = "https://github.com/xbrianh/xdlake.git" +Issues = "https://github.com/xbrianh/xdlake/issues" +# Documentation = "https://readthedocs.org" +# Changelog = "https://github.com/me/spam/blob/master/CHANGELOG.md" + [tool.setuptools.packages.find] where = ["."] include = ["xdlake"]