Skip to content

Commit c945d90

Browse files
Export typing information for ament linters (#553)
Signed-off-by: Michael Carlstrom <[email protected]>
1 parent 6353c1b commit c945d90

File tree

29 files changed

+16
-1
lines changed

29 files changed

+16
-1
lines changed

ament_clang_format/ament_clang_format/py.typed

Whitespace-only changes.

ament_clang_format/setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
install_requires=['setuptools', 'pyyaml'],
1616
package_data={'': [
1717
'configuration/.clang-format',
18+
'py.typed'
1819
]},
1920
zip_safe=False,
2021
author='Dirk Thomas',

ament_clang_tidy/ament_clang_tidy/py.typed

Whitespace-only changes.

ament_clang_tidy/setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
install_requires=['setuptools', 'pyyaml'],
1616
package_data={'': [
1717
'configuration/.clang-tidy',
18+
'py.typed'
1819
]},
1920
zip_safe=False,
2021
author='John Shepherd',

ament_copyright/ament_copyright/py.typed

Whitespace-only changes.

ament_copyright/setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
install_requires=['setuptools'],
1616
package_data={'': [
1717
'template/*',
18+
'py.typed'
1819
]},
1920
zip_safe=False,
2021
author='Dirk Thomas',

ament_cppcheck/ament_cppcheck/py.typed

Whitespace-only changes.

ament_cppcheck/setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
('share/ament_index/resource_index/packages',
1313
['resource/' + package_name]),
1414
],
15+
package_data={'': ['py.typed']},
1516
install_requires=['setuptools'],
1617
zip_safe=True,
1718
author='Dirk Thomas',

ament_cpplint/ament_cpplint/py.typed

Whitespace-only changes.

ament_cpplint/setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
('share/ament_index/resource_index/packages',
1313
['resource/' + package_name]),
1414
],
15+
package_data={'': ['py.typed']},
1516
install_requires=['setuptools'],
1617
zip_safe=True,
1718
author='Dirk Thomas',

0 commit comments

Comments
 (0)