We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1fe8867 commit 03a843bCopy full SHA for 03a843b
setup.py
@@ -10,11 +10,13 @@
10
)
11
12
setup(
13
- name='mujoco-viewer',
+ name='mujoco-python-viewer',
14
version=VERSION,
15
author='Rohan P. Singh',
16
author_email='rohan565singh@gmail.com',
17
- url='https://github.com/rohanpsingh/mujoco-viewer',
+ url='https://github.com/rohanpsingh/mujoco-python-viewer',
18
+ description='Simple viewer for MuJoCo Python',
19
+ long_description='Simple viewer for MuJoCo Python',
20
install_requires=INSTALL_REQUIRES,
21
packages=find_packages(),
22
python_requires='>=3.6',
0 commit comments