Skip to content

Commit 190a6c0

Browse files
authored
Use correct filepath for README.md in pyproject.toml
@LiamConnors noticed this! I think when I was changing over to pyproject.toml I just accidentally used `.txt` instead of `.md` - it would probably show up when we test this in test.pypi.org.
1 parent 4a9cc7e commit 190a6c0

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)