From 60daefd413c6eec48cf2e4b195940633f19bca88 Mon Sep 17 00:00:00 2001 From: Nathaniel McAuliffe Date: Wed, 25 Oct 2023 14:16:09 -0400 Subject: [PATCH] Fix pyproject errors --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 986cf0f..1f28742 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,9 +1,9 @@ [tool.poetry] -name = "solcast" +name = "pysolcast" version = "1.0.15" description = "" authors = ["Nathaniel McAuliffe "] -readme = "README.md" +readme = "README.rst" [tool.poetry.dependencies] python = "^3.10"