Skip to content

Commit

Permalink
fix setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
hainm committed Jun 11, 2021
1 parent 9e34af6 commit 4bab5ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ def run(self):
cmdclass['version'] = get_cmdclass()['version']
cmdclass['build_py'] = js_prerelease(build_py)
cmdclass['sdist'] = js_prerelease(sdist, strict=True)
cmdclass['egg_info']: js_prerelease(egg_info)
cmdclass['egg_info'] = js_prerelease(egg_info)

setup_args = {
'name': 'nglview',
Expand Down

0 comments on commit 4bab5ac

Please sign in to comment.