Skip to content

Commit

Permalink
explicit add
Browse files Browse the repository at this point in the history
  • Loading branch information
Vittorio-Caggiano authored and vikashplus committed Oct 10, 2023
1 parent ef6f2c3 commit 9d4dd41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ def package_files(directory):
version='0.6.0',
license='Apache 2.0',
packages=find_packages(),
package_data={"": extra_files},
package_data={"": extra_files+['../robohive_init.py']},
include_package_data=True,
description='environments simulated in MuJoCo',
long_description=read('README.md'),
Expand Down

0 comments on commit 9d4dd41

Please sign in to comment.