From 618ee4cfc7d92e06f86c59dbc42b58903d58647c Mon Sep 17 00:00:00 2001 From: gumyr Date: Sun, 20 Aug 2023 14:51:23 -0400 Subject: [PATCH] Adding project.urls --- pyproject.toml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index dbc66d6..7db4843 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -49,6 +49,11 @@ dependencies = [ "py_lib3mf @ git+https://github.com/jdegenstein/py-lib3mf", ] +[project.urls] +"Homepage" = "https://github.com/gumyr/build123d" +"Documentation" = "https://build123d.readthedocs.io/en/latest/index.html" +"Bug Tracker" = "https://github.com/gumyr/build123d/issues" + [tool.setuptools.packages.find] where = ["src"] # exclude build123d._dev from wheels