From 6af79d8d6f8153372a06c6f07a2ecb16f2895cc2 Mon Sep 17 00:00:00 2001 From: Dirk Thomas Date: Tue, 24 Sep 2019 18:02:23 -0700 Subject: [PATCH] install resource marker file for package Signed-off-by: Dirk Thomas --- ament_index_python/resource/ament_index_python | 0 ament_index_python/setup.py | 2 ++ 2 files changed, 2 insertions(+) create mode 100644 ament_index_python/resource/ament_index_python diff --git a/ament_index_python/resource/ament_index_python b/ament_index_python/resource/ament_index_python new file mode 100644 index 0000000..e69de29 diff --git a/ament_index_python/setup.py b/ament_index_python/setup.py index 3242813..8a21a97 100644 --- a/ament_index_python/setup.py +++ b/ament_index_python/setup.py @@ -13,6 +13,8 @@ 'completion/ament_index-argcomplete.bash', 'completion/ament_index-argcomplete.zsh' ]), + ('share/ament_index/resource_index/packages', + ['resource/' + package_name]), ], install_requires=['setuptools'], zip_safe=True,