Skip to content

Commit

Permalink
Merge pull request #33 from sappelhoff/patch-1
Browse files Browse the repository at this point in the history
Add project URLs to pyproject
  • Loading branch information
wmvanvliet authored Jul 20, 2024
2 parents fc51298 + 409f237 commit b88ab07
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 b88ab07

Please sign in to comment.