Re-order setup.py elements
Signed-off-by: Christophe Bedard <bedard.christophe@gmail.com>
This commit is contained in:
parent
b181a68b0a
commit
18a8ff28b5
2 changed files with 2 additions and 2 deletions
|
@ -11,9 +11,9 @@ package_info = generate_setuptools_dict(
|
|||
['resource/' + package_name]),
|
||||
],
|
||||
install_requires=['ros2cli'],
|
||||
tests_require=['pytest'],
|
||||
zip_safe=True,
|
||||
keywords=[],
|
||||
tests_require=['pytest'],
|
||||
entry_points={
|
||||
'ros2cli.command': [
|
||||
f'trace-analysis = {package_name}.command.trace_analysis:TraceAnalysisCommand',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue