Skip to content

Commit

Permalink
[Fix] Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
fanqiNO1 committed Nov 20, 2023
1 parent be39992 commit b089d6d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,8 @@ def gen_packages_items():
install_requires.append(choose_requirement(main, secondary))

setup(
name='mmengine' if os.getenv('MMENGINE_LITE', '0') == '0' else 'mmengine-lite',
name='mmengine'
if os.getenv('MMENGINE_LITE', '0') == '0' else 'mmengine-lite',
version=get_version(),
description='Engine of OpenMMLab projects',
long_description=readme(),
Expand Down

0 comments on commit b089d6d

Please sign in to comment.