update
This commit is contained in:
parent
3e0161d016
commit
b9775c3a6c
2
setup.py
2
setup.py
@ -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,
|
||||||
|
Loading…
Reference in New Issue
Block a user