Skip to content

Commit

Permalink
resolve #790 (#801) (#832)
Browse files Browse the repository at this point in the history
Signed-off-by: ijnek <[email protected]>
(cherry picked from commit ad0c2a8)

Co-authored-by: Kenji Brameld <[email protected]>
  • Loading branch information
mergify[bot] and ijnek authored May 16, 2023
1 parent 7d5c743 commit 86ae393
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ros2pkg/ros2pkg/resource/ament_python/setup.py.em
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
from setuptools import setup
from setuptools import find_packages, setup

package_name = '@project_name'

setup(
name=package_name,
version='0.0.0',
packages=[package_name],
packages=find_packages(exclude=['test']),
data_files=[
('share/ament_index/resource_index/packages',
['resource/' + package_name]),
Expand Down

0 comments on commit 86ae393

Please sign in to comment.