Skip to content

Commit

Permalink
launch added
Browse files Browse the repository at this point in the history
  • Loading branch information
kimsooyoung committed Jul 17, 2021
1 parent e96618b commit ea7fa9f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions py_action_pkg/setup.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
from glob import glob

import os

from setuptools import setup

package_name = 'py_action_pkg'
Expand All @@ -10,6 +14,7 @@
('share/ament_index/resource_index/packages',
['resource/' + package_name]),
('share/' + package_name, ['package.xml']),
(os.path.join('share', package_name, 'launch'), glob('launch/*.launch.py')),
],
install_requires=['setuptools'],
zip_safe=True,
Expand Down

0 comments on commit ea7fa9f

Please sign in to comment.