8000 add back rtbtool · Aletou/robotics-toolbox-python@c70f121 · GitHub
[go: up one dir, main page]

Skip to content

Commit c70f121

Browse files
committed
add back rtbtool
1 parent b4fcc96 commit c70f121

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

pyproject.toml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,13 +79,18 @@ docs = [
7979

8080
[project.scripts]
8181

82-
# rtbtool = "roboticstoolbox.bin.rtbtool"
8382
eigdemo = "roboticstoolbox.examples.eigdemo:main"
8483
tripleangledemo = "roboticstoolbox.examples.tripleangledemo:main"
8584
twistdemo = "roboticstoolbox.examples.twistdemo:main"
8685

8786

8887

88+
# [project.entry-points]
89+
90+
91+
92+
93+
8994
[build-system]
9095

9196
requires = [

setup.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,4 +43,7 @@ def package_files(directory):
4343
setup(
4444
ext_modules=[frne, fknm],
4545
package_data={"roboticstoolbox": extra_files},
46+
scripts=[
47+
"roboticstoolbox/bin/rtbtool",
48+
],
4649
)

0 commit comments

Comments
 (0)
0