From 88fc8f5c198e0156e681dcca85aedbd520dc5b81 Mon Sep 17 00:00:00 2001 From: Christian Muise Date: Tue, 24 Dec 2024 00:51:50 -0500 Subject: [PATCH] Adding some links for pypi. --- pyproject.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 9787c3bd..e35e3365 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,3 +1,7 @@ [build-system] requires = ["setuptools", "wheel"] build-backend = "setuptools.build_meta" + +[project.urls] +Homepage = "https://macq.planning.domains" +Documentation = "https://ai-planning.github.io/macq/"