Skip to content

Commit

Permalink
Fix duplicated key from auto merge
Browse files Browse the repository at this point in the history
  • Loading branch information
Flova committed Jan 20, 2025
1 parent be9c81d commit 573a192
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion bitbots_motion/bitbots_animation_rqt/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
install_requires=["setuptools"],
tests_require=["pytest"],
zip_safe=True,
tests_require=["pytest"],
entry_points={
"console_scripts": [
"animation_gui = " + package_name + ".record_ui:main",
Expand Down
1 change: 0 additions & 1 deletion bitbots_motion/bitbots_animation_server/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
zip_safe=True,
keywords=["ROS"],
license="MIT",
tests_require=["pytest"],
entry_points={
"console_scripts": [
"animation_node = bitbots_animation_server.animation_node:main",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
install_requires=["setuptools"],
tests_require=["pytest"],
zip_safe=True,
tests_require=["pytest"],
entry_points={
"console_scripts": [
"team_data_sim_gui = " + package_name + ".team_data_ui:main",
Expand Down
1 change: 0 additions & 1 deletion bitbots_vision/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@
zip_safe=True,
keywords=["ROS"],
license="MIT",
tests_require=["pytest"],
entry_points={
"console_scripts": [
"vision = bitbots_vision.vision:main",
Expand Down
1 change: 0 additions & 1 deletion bitbots_world_model/bitbots_ball_filter/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@
zip_safe=True,
keywords=["ROS"],
license="MIT",
tests_require=["pytest"],
entry_points={
"console_scripts": [
"ball_filter = bitbots_ball_filter.ball_filter:main",
Expand Down

0 comments on commit 573a192

Please sign in to comment.