Skip to content

Commit 60ada7c

Browse files
authored
Merge pull request #5024 from plotly/marthacryan-patch-1
Use correct filepath for README.md in pyproject.toml
2 parents 3ddf627 + 190a6c0 commit 60ada7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ maintainers = [
2424
{ name="Emily Kellison-Linn", email="[email protected]" }
2525
]
2626
description = "An open-source interactive data visualization library for Python"
27-
readme = {file = "README.txt", content-type = "text/markdown"}
27+
readme = {file = "README.md", content-type = "text/markdown"}
2828
classifiers = [
2929
"Development Status :: 5 - Production/Stable",
3030
"Programming Language :: Python :: 3.8",

0 commit comments

Comments
 (0)