Skip to content
Snippets Groups Projects
Commit 60177963 authored by Silas Baumann's avatar Silas Baumann
Browse files

Moved launch.py and added it to data_files in the setup.py

parent 0e784ba0
No related branches found
No related tags found
2 merge requests!3Version 0.0.1,!2Launch all nodes with a one-liner
File moved
......@@ -9,7 +9,7 @@ setup(
data_files=[
('share/ament_index/resource_index/packages',
['resource/' + package_name]),
('share/' + package_name, ['package.xml']),
('share/' + package_name, ['package.xml', 'launch.py']),
],
install_requires=['setuptools'],
zip_safe=True,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment