From 4a93d29b66a0f3144b2d14db59b76cea46a5b124 Mon Sep 17 00:00:00 2001 From: zhengp Date: Thu, 10 Aug 2023 15:11:11 +0800 Subject: [PATCH] fix the typo in pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e57b724..f450f0d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta" name = "xspline" version = "0.1.0" description = "Advanced spline package that provides b-spline bases, their derivatives and integrals" -readme = "REDME.rst" +readme = "README.rst" requires-python = ">=3.10" license = { file = "LICENSE" } authors = [