From 74e8315b19513f955a10343e756207ed5c792b86 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Steven!=20Ragnar=C3=B6k?= Date: Fri, 11 Mar 2022 13:01:46 -0800 Subject: [PATCH] Add source code and issue tracker links. Since we're no longer providing an email address for the maintainer group (and we want folks to use the issue tracker anyway) let's make sure that the source code and issue tracker are listed in the package metadata. --- setup.py | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/setup.py b/setup.py index 18c5fab8..80480e31 100755 --- a/setup.py +++ b/setup.py @@ -28,6 +28,12 @@ 'author_email': 'wim@hidof.com, dthomas@osrfoundation.org', 'maintainer': 'ROS Infrastructure Team', 'url': 'http://wiki.ros.org/rosdistro', + 'project_urls': { + 'Source code': + 'https://github.com/ros-infrastructure/rosdistro', + 'Issue tracker': + 'https://github.com/ros-infrastructure/rosdistro/issues', + }, 'keywords': ['ROS'], 'classifiers': [ 'Programming Language :: Python',