From 28a37fb2f43a3486a5ecdbcb49b90111a814b1d7 Mon Sep 17 00:00:00 2001 From: Jeremy Tuloup Date: Tue, 12 Jan 2021 20:21:18 +0100 Subject: [PATCH] Fix jstargets in setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 908a2ac1..960ff2e4 100644 --- a/setup.py +++ b/setup.py @@ -37,7 +37,7 @@ # Representative files that should exist after a successful build jstargets = [ - pjoin(HERE, "lib", "plugin.js"), + pjoin(lab_path, "package.json"), ] package_data_spec = {name: ["labextension/*"]}