diff --git a/packages/python/plotly/setup.py b/packages/python/plotly/setup.py index d2e9832c171..e262056f31e 100644 --- a/packages/python/plotly/setup.py +++ b/packages/python/plotly/setup.py @@ -37,7 +37,7 @@ def plotly_js_version(): def readme(): - with open(os.path.join(here, "README.md")) as f: + with open(os.path.join(project_root, "README.md")) as f: return f.read()