From 5a3887578da262bb7122cae47e1187005ff9302b Mon Sep 17 00:00:00 2001 From: "your.user.name" Date: Sun, 20 Oct 2024 13:54:08 -0700 Subject: [PATCH] adding more detaisl to project --- pyproject.toml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index cb5019cd..21ccff2d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,6 +8,10 @@ dynamic = ["version"] authors = [ {name = "PyT-Team Authors", email = "mustafahajij@gmail.com"} ] + +maintainers = [ + {name = "Mustafa Hajij", email = "mustafahajij@gmail.com"} +] readme = "README.md" description = "Topological Deep Learning" license = {file = "LICENSE.txt"} @@ -67,8 +71,10 @@ dev = ["TopoModelX[test, lint]"] all = ["TopoModelX[dev, doc]"] [project.urls] -homepage="https://github.com/pyt-team/TopoModelX" -repository="https://github.com/pyt-team/TopoModelX" +homepage = "https://github.com/pyt-team/TopoModelX" +repository = "https://github.com/pyt-team/TopoModelX" +documentation = "https://pyt-team.github.io/TopoModelX" +issues = "https://github.com/pyt-team/TopoModelX/issues" [tool.ruff] target-version = "py310"