From add8bd1c338fcbbbe24c11ce30ad5a98d330b71c Mon Sep 17 00:00:00 2001 From: Taylor Salo Date: Sat, 30 Nov 2024 12:33:44 -0500 Subject: [PATCH] Whoops! --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 347842c..43fcbcc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ build-backend = "hatchling.build" [project] name = "fmripost-template" description = 'A template tool for postprocessing fMRIPrep derivatives' -readme = "README.md" +readme = "README.rst" requires-python = ">=3.10" license = {file = "LICENSE"} keywords = []