Skip to content

Commit

Permalink
minor: Update project.urls
Browse files Browse the repository at this point in the history
  • Loading branch information
stephane-caron committed Aug 2, 2024
1 parent 7548bc2 commit 851eee6
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,10 @@ opts = [
robot_descriptions = "robot_descriptions._command_line:main"

[project.urls]
Source = "https://github.com/stephane-caron/robot_descriptions.py"
Tracker = "https://github.com/stephane-caron/robot_descriptions.py/issues"
Changelog = "https://github.com/stephane-caron/robot_descriptions.py/blob/main/CHANGELOG.md"
Homepage = "https://github.com/robot-descriptions"
Source = "https://github.com/robot-descriptions/robot_descriptions.py"
Tracker = "https://github.com/robot-descriptions/robot_descriptions.py/issues"
Changelog = "https://github.com/robot-descriptions/robot_descriptions.py/blob/main/CHANGELOG.md"

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

0 comments on commit 851eee6

Please sign in to comment.