Skip to content

Commit

Permalink
chore: make setup.py github 'used by' friendly
Browse files Browse the repository at this point in the history
  • Loading branch information
maartenbreddels committed Feb 25, 2023
1 parent 51b0cee commit d3201fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -75,7 +75,7 @@ def read(fname):
cmdclass['jsdeps'] = skip_if_exists(jstargets, js_command)

setup(
name=name,
name="ipyvolume",
version=version,
description='IPython widget for rendering 3d volumes',
long_description=LONG_DESCRIPTION,
Expand Down

0 comments on commit d3201fa

Please sign in to comment.