Skip to content

Commit

Permalink
install resource marker file for package (#37) (#39)
Browse files Browse the repository at this point in the history
Signed-off-by: Dirk Thomas <dirk-thomas@users.noreply.github.com>
(cherry picked from commit d761db3)
  • Loading branch information
dirk-thomas committed Oct 16, 2019
1 parent 19a0df3 commit a26d645
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Empty file.
2 changes: 2 additions & 0 deletions ament_index_python/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 a26d645

Please sign in to comment.