Skip to content

Commit

Permalink
Update data_files_spec glob
Browse files Browse the repository at this point in the history
  • Loading branch information
jtpio committed Oct 23, 2020
1 parent 6dd1e80 commit 3a4aae9
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 @@
labext_name = "jupyterlab-cell-flash"

data_files_spec = [
("share/jupyter/labextensions/%s" % labext_name, lab_path, "*.*"),
("share/jupyter/labextensions/%s" % labext_name, lab_path, "**"),
]

cmdclass = create_cmdclass("jsdeps",
Expand Down

0 comments on commit 3a4aae9

Please sign in to comment.