Skip to content

Commit

Permalink
Merge pull request #53 from jtpio/fix-jstargets
Browse files Browse the repository at this point in the history
Fix jstargets in setup.py
  • Loading branch information
jtpio authored Jan 12, 2021
2 parents 3092b89 + 28a37fb commit 53e2d85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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/*"]}
Expand Down

0 comments on commit 53e2d85

Please sign in to comment.