Skip to content

Commit

Permalink
re setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
RE committed Dec 29, 2023
1 parent 7106787 commit 96baf41
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
from setuptools import setup
import os
from glob import glob

package_name = 'mypkg'

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

0 comments on commit 96baf41

Please sign in to comment.