Skip to content

Commit 03b0165

Browse files
committed
make rtbtool an entry point in new build system
1 parent d5ebab4 commit 03b0165

File tree

6 files changed

+237
-235
lines changed

6 files changed

+237
-235
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,6 @@ dmypy.json
137137
### ROS ###
138138
devel/
139139
logs/
140-
bin/
141140
msg_gen/
142141
srv_gen/
143142
msg/*Action.msg

pyproject.toml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -82,13 +82,7 @@ docs = [
8282
eigdemo = "roboticstoolbox.examples.eigdemo:main"
8383
tripleangledemo = "roboticstoolbox.examples.tripleangledemo:main"
8484
twistdemo = "roboticstoolbox.examples.twistdemo:main"
85-
86-
87-
88-
# [project.entry-points]
89-
90-
91-
85+
rtbtool = "roboticstoolbox.bin.rtbtool:main"
9286

9387

9488
[build-system]
@@ -112,6 +106,7 @@ packages = [
112106
"roboticstoolbox.bin",
113107
"roboticstoolbox.blocks",
114108
"roboticstoolbox.examples",
109+
"roboticstoolbox.bin",
115110
"roboticstoolbox.robot",
116111
"roboticstoolbox.mobile",
117112
"roboticstoolbox.models",

roboticstoolbox/bin/__init__.py

Whitespace-only changes.

roboticstoolbox/bin/rtbtool

Lines changed: 0 additions & 224 deletions
This file was deleted.

0 commit comments

Comments
 (0)