Skip to content

Commit 5a1250b

Browse files
committed
update keywords for PyPI
1 parent 47278c5 commit 5a1250b

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

setup.py

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,14 @@
5858
url="https://github.com/petercorke/spatialmath-python",
5959
author="Peter Corke",
6060
author_email="rvc@petercorke.com", # TODO
61-
keywords="python SO2 SE2 SO3 SE3 twist translation orientation rotation euler-angles roll-pitch-yaw roll-pitch-yaw-angles quaternion unit-quaternion rotation-matrix transforms robotics robot vision pose",
61+
keywords=["spatial-math", "spatial math",
62+
"SO2", "SE2", "SO3", "SE3",
63+
"SO(2)", "SE(2)", "SO(3)", "SE(3)",
64+
"twist", "product of exponential", "translation", "orientation",
65+
"angle-axis", "Lie group", "skew symmetric matrix",
66+
"pose", "translation", "rotation matrix", "rigid body transform", "homogeneous transformation",
67+
"Euler angles", "roll-pitch-yaw angles", "quaternion", "unit-quaternion"
68+
"robotics", "robot vision"],
6269
license="MIT", # TODO
6370
packages=find_packages(exclude=["test_*", "TODO*"]),
6471
install_requires=["numpy", "scipy", "matplotlib", "colored", "ansitable"],

0 commit comments

Comments
 (0)