Skip to content

Commit

Permalink
Fix package name (#104)
Browse files Browse the repository at this point in the history
Signed-off-by: Addisu Z. Taddese <addisu@openrobotics.org>
  • Loading branch information
azeey authored Jun 29, 2022
1 parent 9c5351a commit fd5dec3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdformat_mjcf/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ def get_version(rel_path: str) -> str:


setup(
name='sdformat_mjcf_test',
name='sdformat_mjcf',
version=get_version('src/sdformat_mjcf/__version__.py'),
description='Tool to convert between SDFormat and MJCF',
long_description=long_description,
Expand Down

0 comments on commit fd5dec3

Please sign in to comment.