diff --git a/setup.py b/setup.py index 4f7fe8e..931dd5e 100644 --- a/setup.py +++ b/setup.py @@ -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 = {} @@ -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"],