We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73647ee commit 191a548Copy full SHA for 191a548
packages/python/plotly/setup.py
@@ -94,7 +94,7 @@ def update_package_data(distribution):
94
95
# JS assets will not be present if we are skip npm build
96
if not skip_npm:
97
- distribution.data_files.extends(
+ distribution.data_files.extend(
98
[
99
(
100
"share/jupyter/labextensions/plotlywidget",
0 commit comments