From 7442047d0e026cce9d49c7701ca41fcb5dbbd4e5 Mon Sep 17 00:00:00 2001 From: Lance Edgar Date: Fri, 12 Jul 2024 21:44:30 -0500 Subject: [PATCH] build: fix reference to readme filename --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c7bfaba..79b3ff1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ build-backend = "hatchling.build" name = "WuttJamaican" version = "0.6.1" description = "Base package for Wutta Framework" -readme = "README.rst" +readme = "README.md" authors = [{name = "Lance Edgar", email = "lance@edbob.org"}] license = {text = "GNU GPL v3+"} classifiers = [