Skip to content

Commit 3f6c8f7

Browse files
committed
Fix filepath to js bundle in setup.py
1 parent f8fe306 commit 3f6c8f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/python/plotly/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ class NPM(Command):
9999
node_modules = os.path.join(node_root, "node_modules")
100100

101101
targets = [
102-
os.path.join(here, "bundle.js"),
102+
os.path.join(here, "plotly", "bundle.js"),
103103
]
104104

105105
def initialize_options(self):

0 commit comments

Comments
 (0)