This commit is contained in:
Björn Ellensohn 2023-06-07 11:46:59 +02:00
parent 3e0161d016
commit b9775c3a6c

View File

@ -13,7 +13,7 @@ setup(
['resource/' + package_name]), ['resource/' + package_name]),
('share/' + package_name, ['package.xml']), ('share/' + package_name, ['package.xml']),
(os.path.join('share', package_name), glob('launch/*.launch.py')), (os.path.join('share', package_name), glob('launch/*.launch.py')),
(os.path.join('share', package_name, 'config'), glob('config/*.yaml')) (os.path.join('share', package_name, 'config'), glob('config/*.yaml'))[1:]
], ],
install_requires=['setuptools'], install_requires=['setuptools'],
zip_safe=True, zip_safe=True,