Skip to content

Commit

Permalink
fix data files install path (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikaelarguedas authored Dec 8, 2017
1 parent 3989c13 commit dc80cae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
data_files=[
('share/ament_index/resource_index/packages',
['resource/' + package_name]),
('shared/' + package_name, ['package.xml']),
('share/' + package_name, ['package.xml']),
],
install_requires=['setuptools'],
maintainer='Austin Hendrix',
Expand Down

0 comments on commit dc80cae

Please sign in to comment.