Skip to content

Commit

Permalink
fix: source URL in pyproject.toml to point to GitHub repository
Browse files Browse the repository at this point in the history
Fixes #191

Signed-off-by: Christopher Arndt <[email protected]>
  • Loading branch information
SpotlightKid committed Jan 28, 2024
1 parent f762d4d commit 9574e4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ file = "LICENSE.md"
"Documentation" = "https://spotlightkid.github.io/python-rtmidi/"
"Download" = "https://pypi.python.org/pypi/python-rtmidi"
"Homepage" = "https://github.com/SpotlightKid/python-rtmidi"
"Source" = "https://gitlab.com/SpotlightKid/python-rtmidi/"
"Source" = "https://github.com/SpotlightKid/python-rtmidi/"

[tool.black]
line-length = 99
Expand Down

0 comments on commit 9574e4e

Please sign in to comment.