Skip to content

Commit c5b210f

Browse files
Renamed to lux-widget (#84)
* try except in setup * added print statement * updated print * changed to lux-widget
1 parent cf885f6 commit c5b210f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@
5959
cmdclass["jsdeps"] = skip_if_exists(jstargets, js_command)
6060

6161
except ImportError:
62+
6263
print("jupyter-packaging is not installed. Please install via 'pip install jupyter-packaging'.")
6364
cmdclass = {}
6465

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

7071
setup_args = dict(
71-
name=name,
72+
name="lux-widget",
7273
version=pkg_json["version"],
7374
url=pkg_json["homepage"],
7475
author=pkg_json["author"]["name"],

0 commit comments

Comments
 (0)