File tree Expand file tree Collapse file tree 5 files changed +5
-0
lines changed Expand file tree Collapse file tree 5 files changed +5
-0
lines changed Original file line number Diff line number Diff line change 1313 ['resource/' + package_name ]),
1414 ('share/launch/frontend' , ['share/launch/frontend/grammar.lark' ]),
1515 ],
16+ package_data = {'' : ['py.typed' ]},
1617 install_requires = ['setuptools' ],
1718 zip_safe = True ,
1819 author = 'Dirk Thomas' ,
Original file line number Diff line number Diff line change 2424 glob .glob (f'test/{ package_name } /examples/executables/[!_]*' )
2525 ),
2626 ],
27+ package_data = {'' : ['py.typed' ]},
2728 entry_points = {
2829 'pytest11' : ['launch_pytest = launch_pytest.plugin' ],
2930 },
Original file line number Diff line number Diff line change 1414 ('share/launch_testing' , ['package.xml' ]),
1515 ('share/launch_testing/examples' , glob .glob ('test/launch_testing/examples/[!_]**' )),
1616 ],
17+ package_data = {'' : ['py.typed' ]},
1718 entry_points = {
1819 'console_scripts' : ['launch_test=launch_testing.launch_test:main' ],
1920 'pytest11' : ['launch_testing = launch_testing.pytest.hooks' ],
Original file line number Diff line number Diff line change 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 = 'Ivan Paunovic' ,
Original file line number Diff line number Diff line change 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 = 'Ivan Paunovic' ,
You can’t perform that action at this time.
0 commit comments