Skip to content

Commit

Permalink
Merge pull request #53 from WPI-MMR/goobta-setup
Browse files Browse the repository at this point in the history
Add Robot Data Files to Package
  • Loading branch information
goobta committed Feb 15, 2021
2 parents 9a022ec + b77f126 commit 77232a4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
graft gym_solo/assets
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,6 @@
install_requires=['gym', 'pybullet'],
extras_require={
'test': ['parameterized', 'pyvirtualdisplay', 'xvfbwrapper']
}
},
include_package_data=True,
)

0 comments on commit 77232a4

Please sign in to comment.