Skip to content

Commit

Permalink
Add back the package_data
Browse files Browse the repository at this point in the history
- I mis-read the details, `include_package_data` is only True when configured via pyproject.toml file
  • Loading branch information
mofojed committed Jul 12, 2024
1 parent ac94117 commit ebc7f2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/ui/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@

package_js(js_dir, dest_dir)

setup()
setup(package_data={"deephaven.ui._js": ["**"]})

0 comments on commit ebc7f2b

Please sign in to comment.