Skip to content

Commit

Permalink
Fix missing RE1,SE3 files on install
Browse files Browse the repository at this point in the history
  • Loading branch information
hello-fazil committed Dec 13, 2023
1 parent 4d97546 commit b85a45b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,16 @@

setuptools.setup(
name="hello_robot_stretch_urdf",
version="0.0.16",
version="0.0.17",
author="Hello Robot Inc.",
author_email="support@hello-robot.com",
description="Stretch URDF",
long_description=long_description,
long_description_content_type="text/markdown",
url="https://github.com/hello-robot/stretch_urdf",
package_data={"stretch_urdf": ["RE2V0/meshes/*.STL","RE2V0/meshes/*.dae","RE2V0/*.urdf"]},
package_data={"stretch_urdf": ["RE2V0/meshes/*.STL","RE2V0/meshes/*.dae","RE2V0/*.urdf",
"RE1V0/meshes/*.STL","RE1V0/meshes/*.dae","RE1V0/*.urdf",
"SE3/meshes/*.STL","SE3/meshes/*.dae","SE3/*.urdf"]},
packages=['stretch_urdf'],
classifiers=[
"Programming Language :: Python :: 3",
Expand Down

1 comment on commit b85a45b

@hello-fazil
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixes issue #3

Please sign in to comment.