Skip to content

Commit 03a843b

Browse files
committed
Update setup.py
1 parent 1fe8867 commit 03a843b

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

setup.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,13 @@
1010
)
1111

1212
setup(
13-
name='mujoco-viewer',
13+
name='mujoco-python-viewer',
1414
version=VERSION,
1515
author='Rohan P. Singh',
1616
author_email='rohan565singh@gmail.com',
17-
url='https://github.com/rohanpsingh/mujoco-viewer',
17+
url='https://github.com/rohanpsingh/mujoco-python-viewer',
18+
description='Simple viewer for MuJoCo Python',
19+
long_description='Simple viewer for MuJoCo Python',
1820
install_requires=INSTALL_REQUIRES,
1921
packages=find_packages(),
2022
python_requires='>=3.6',

0 commit comments

Comments
 (0)