From 76c542fcaed082dc34ac6c415aa03713df534dfa Mon Sep 17 00:00:00 2001 From: bmcguirk Date: Thu, 21 Mar 2019 16:37:29 -0400 Subject: [PATCH] Fix setup.py so that meta.yaml generates properly for conda build. --- setup.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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",