Skip to content

Commit

Permalink
Renamed to lux-widget (#84)
Browse files Browse the repository at this point in the history
* try except in setup

* added print statement

* updated print

* changed to lux-widget
  • Loading branch information
jakeatgalileo authored Apr 19, 2021
1 parent cf885f6 commit c5b210f
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 @@ -59,6 +59,7 @@
cmdclass["jsdeps"] = skip_if_exists(jstargets, js_command)

except ImportError:

print("jupyter-packaging is not installed. Please install via 'pip install jupyter-packaging'.")
cmdclass = {}

Expand All @@ -68,7 +69,7 @@
pkg_json = json.loads((HERE / "package.json").read_bytes())

setup_args = dict(
name=name,
name="lux-widget",
version=pkg_json["version"],
url=pkg_json["homepage"],
author=pkg_json["author"]["name"],
Expand Down

0 comments on commit c5b210f

Please sign in to comment.