Skip to content

Commit

Permalink
SETUP: Updating setup details
Browse files Browse the repository at this point in the history
  • Loading branch information
vikashplus committed Oct 10, 2023
1 parent 9d4dd41 commit d212e33
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,12 @@ def package_files(directory):
packages=find_packages(),
package_data={"": extra_files+['../robohive_init.py']},
include_package_data=True,
description='environments simulated in MuJoCo',
description='A Unified Framework for Robot Learning',
long_description=read('README.md'),
long_description_content_type="text/markdown",
url='https://github.com/vikashplus/robohive.git',
author='Movement Control Lab, UW',
author='Vikash Kumar',
author_email="[email protected]",
install_requires=[
'click',
'gym==0.13',
Expand Down

0 comments on commit d212e33

Please sign in to comment.