From 409f237733a072961d6847159b3b1096a039b2e5 Mon Sep 17 00:00:00 2001 From: Stefan Appelhoff Date: Sat, 20 Jul 2024 08:19:58 +0200 Subject: [PATCH] Add project URLs to pyproject --- pyproject.toml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 2f7ef7a..b29c88d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,6 +26,11 @@ classifiers = [ dependencies = ["mne"] dynamic = ["version"] +[project.urls] +"Homepage" = "https://users.aalto.fi/~vanvlm1/mne-rsa" +"Bug Tracker" = "https://github.com/wmvanvliet/mne-rsa/issues/" +"Source Code" = "https://github.com/wmvanvliet/mne-rsa" + [tool.setuptools] packages = ["mne_rsa"]