Skip to content

Commit

Permalink
Merge pull request #127 from sappelhoff/patch-1
Browse files Browse the repository at this point in the history
add project URLs to setup.py
  • Loading branch information
damian5710 authored Jul 30, 2024
2 parents 4717c91 + ea5327c commit 7e6bcc6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,9 @@
"Operating System :: OS Independent",
],
python_requires='>=3.6',
project_urls={
'Homepage': 'https://github.com/BEL-Public/mffpy',
'Bug Reports': 'https://github.com/BEL-Public/mffpy/issues',
'Source': 'https://github.com/BEL-Public/mffpy',
},
)

0 comments on commit 7e6bcc6

Please sign in to comment.