Skip to content
This repository was archived by the owner on Jun 3, 2024. It is now read-only.

Commit dcb91a3

Browse files
Merge pull request #19 from bmcguirk/fix-conda-build
Fix setup.py so that meta.yaml generates properly for conda build.
2 parents f002c09 + 76c542f commit dcb91a3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

setup.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,10 @@
1212
with open(path.join(here, "README.md"), encoding="utf-8") as f:
1313
long_description = f.read()
1414

15-
1615
setup(
1716
name="plotly_express",
1817
version="0.1.1",
19-
description="Plotly Express: a high level wrapper for Plotly.py",
18+
description="Plotly Express - a high level wrapper for Plotly.py",
2019
long_description=long_description,
2120
long_description_content_type="text/markdown",
2221
url="https://github.com/plotly/plotly_express",

0 commit comments

Comments
 (0)