Skip to content

Commit

Permalink
install resource marker file for packages (#341)
Browse files Browse the repository at this point in the history
Signed-off-by: Dirk Thomas <dirk-thomas@users.noreply.github.com>
  • Loading branch information
dirk-thomas authored Sep 25, 2019
1 parent 0780496 commit 9c6ae70
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
Empty file added launch_xml/resource/launch_xml
Empty file.
2 changes: 2 additions & 0 deletions launch_xml/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@
packages=find_packages(exclude=['test']),
data_files=[
('share/' + package_name, ['package.xml']),
('share/ament_index/resource_index/packages',
['resource/' + package_name]),
],
install_requires=['setuptools'],
zip_safe=True,
Expand Down
Empty file.
2 changes: 2 additions & 0 deletions launch_yaml/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@
packages=find_packages(exclude=['test']),
data_files=[
('share/' + package_name, ['package.xml']),
('share/ament_index/resource_index/packages',
['resource/' + package_name]),
],
install_requires=['setuptools'],
zip_safe=True,
Expand Down

0 comments on commit 9c6ae70

Please sign in to comment.