Skip to content

Commit

Permalink
Add project URLs to pyproject
Browse files Browse the repository at this point in the history
  • Loading branch information
sappelhoff authored Jul 20, 2024
1 parent fc51298 commit 409f237
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"]

Expand Down

0 comments on commit 409f237

Please sign in to comment.