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 cb01379 commit f642b58Copy full SHA for f642b58
1 file changed
setup.py
@@ -19,8 +19,8 @@
19
20
21
here = os.path.dirname(os.path.abspath(__file__))
22
-project_root = os.path.dirname(os.path.dirname(os.path.dirname(here)))
23
-node_root = os.path.join(project_root, "packages", "python", "plotly", "js")
+project_root = here
+node_root = os.path.join(project_root, "js")
24
is_repo = os.path.exists(os.path.join(project_root, ".git"))
25
26
npm_path = os.pathsep.join(
0 commit comments