add list verb and rosdistro_loader
This commit is contained in:
14
setup.py
14
setup.py
@@ -9,7 +9,7 @@ data_files = [
|
||||
|
||||
setup(
|
||||
name=package_name,
|
||||
version="0.0.0",
|
||||
version="0.0.1",
|
||||
packages=[package_name],
|
||||
data_files=data_files,
|
||||
install_requires=["setuptools", "ros2cli", "bringup_cli"],
|
||||
@@ -20,11 +20,11 @@ setup(
|
||||
license="TODO: License declaration",
|
||||
tests_require=["pytest"],
|
||||
entry_points={
|
||||
# "ros2cli.command": [
|
||||
# "buildfarm = buildfarm.command:BuildfarmCommand",
|
||||
# ],
|
||||
# "ros2cli.extension_point": [
|
||||
# "buildfarm = ros2cli.command.CommandExtension",
|
||||
# ],
|
||||
"ros2cli.command": [
|
||||
"buildfarm = buildfarm.command:BuildfarmCommand",
|
||||
],
|
||||
"ros2cli.extension_point": [
|
||||
"buildfarm = ros2cli.command.CommandExtension",
|
||||
],
|
||||
},
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user