We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7548bc2 commit 851eee6Copy full SHA for 851eee6
pyproject.toml
@@ -45,9 +45,10 @@ opts = [
45
robot_descriptions = "robot_descriptions._command_line:main"
46
47
[project.urls]
48
-Source = "https://github.com/stephane-caron/robot_descriptions.py"
49
-Tracker = "https://github.com/stephane-caron/robot_descriptions.py/issues"
50
-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"
51
+Changelog = "https://github.com/robot-descriptions/robot_descriptions.py/blob/main/CHANGELOG.md"
52
53
[tool.black]
54
line-length = 79
0 commit comments