diff --git a/pyproject.toml b/pyproject.toml index 6dc8715d82..699e20ceb1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ maintainers = [ { name="Emily Kellison-Linn", email="emily@plot.ly" } ] description = "An open-source interactive data visualization library for Python" -readme = {file = "README.txt", content-type = "text/markdown"} +readme = {file = "README.md", content-type = "text/markdown"} classifiers = [ "Development Status :: 5 - Production/Stable", "Programming Language :: Python :: 3.8",