Skip to content

Commit

Permalink
[pydrake] Hotfix for moving geometry files into subdir (RobotLocomoti…
Browse files Browse the repository at this point in the history
…on#18706)

We need to teach setuptools to install the _geometry_extra.py.
  • Loading branch information
jwnimmer-tri authored Jan 31, 2023
1 parent 87f1034 commit 4162953
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/wheel/image/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ def _actually_find_packages():
result = find_packages()
result.extend([
"pydrake.examples",
"pydrake.geometry",
"pydrake.solvers",
"pydrake.visualization",
])
Expand Down

0 comments on commit 4162953

Please sign in to comment.