diff --git a/setup.py b/setup.py index e8a0e18..ecde8ef 100644 --- a/setup.py +++ b/setup.py @@ -12,11 +12,10 @@ with open(path.join(here, "README.md"), encoding="utf-8") as f: long_description = f.read() - setup( name="plotly_express", version="0.1.1", - description="Plotly Express: a high level wrapper for Plotly.py", + description="Plotly Express - a high level wrapper for Plotly.py", long_description=long_description, long_description_content_type="text/markdown", url="https://github.com/plotly/plotly_express",