From 7317d67d303bc77149ff187b65187222e3a688b0 Mon Sep 17 00:00:00 2001 From: Scott K Logan Date: Mon, 7 Mar 2022 13:47:46 -0800 Subject: [PATCH 1/2] List 'ROS Infrastructure Team' as the package maintainer This package is currently maintained by members of the ROS infrastructure team at Open Robotics. --- setup.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 054d56ca..18c5fab8 100755 --- a/setup.py +++ b/setup.py @@ -26,8 +26,7 @@ ], 'author': 'Wim Meeussen, Dirk Thomas', 'author_email': 'wim@hidof.com, dthomas@osrfoundation.org', - 'maintainer': 'Dirk Thomas', - 'maintainer_email': 'dthomas@osrfoundation.org', + 'maintainer': 'ROS Infrastructure Team', 'url': 'http://wiki.ros.org/rosdistro', 'keywords': ['ROS'], 'classifiers': [ 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 2/2] 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',