Skip to content

Commit

Permalink
Create py.typed to mark this library as typed (#379)
Browse files Browse the repository at this point in the history
* Create py.typed

Signed-off-by: Jonas Otto <jonas@jonasotto.com>
  • Loading branch information
ottojo authored Aug 28, 2023
1 parent a26e13a commit 760e219
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 0 deletions.
Empty file added launch_ros/launch_ros/py.typed
Empty file.
1 change: 1 addition & 0 deletions launch_ros/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
('share/ament_index/resource_index/packages',
['resource/' + package_name]),
],
package_data={'launch_ros': ['py.typed']},
install_requires=[
'setuptools',
'ament_index_python',
Expand Down

0 comments on commit 760e219

Please sign in to comment.