From 7a1ee9f318fffb2f54d8794414934139d0a066b8 Mon Sep 17 00:00:00 2001 From: Simon Sawert Date: Sat, 12 Sep 2026 17:04:29 +0200 Subject: [PATCH] chore: add links to proejct and issue tracker --- pyproject.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 35549a7..be38528 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,6 +10,10 @@ authors = [ requires-python = ">=3.11" dependencies = ["pillow>=11.0", "rich>=13", "websocket-client>=1.8"] +[project.urls] +Source = "https://github.com/MatrixBox-dev/simulator" +Issues = "https://github.com/MatrixBox-dev/simulator/issues" + [project.scripts] matrixbox = "matrixbox_simulator.cli:main"