Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
File renamed without changes.
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[develop]
script-dir=$base/lib/ros_tcp_endpoint
script_dir=$base/lib/ros_tcp_endpoint
[install]
install-scripts=$base/lib/ros_tcp_endpoint
install_scripts=$base/lib/ros_tcp_endpoint
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
data_files=[
("share/ament_index/resource_index/packages", ["resource/" + package_name]),
(share_dir, ["package.xml"]),
(os.path.join(share_dir, "launch"), ["launch/endpoint.py"]),
(os.path.join(share_dir, "launch"), ["launch/endpoint_launch.py"]),
],
install_requires=["setuptools"],
zip_safe=True,
Expand Down