From bae15c9b8a3cbb334f8cde9f841a94b9581f1b4a Mon Sep 17 00:00:00 2001 From: Chris Markiewicz Date: Wed, 6 Nov 2024 11:54:50 -0500 Subject: [PATCH 1/2] Rename README.txt to README.rst --- README.txt => README.rst | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename README.txt => README.rst (100%) diff --git a/README.txt b/README.rst similarity index 100% rename from README.txt rename to README.rst From 8dfbb72f002243037a940108d5dc641fa252870d Mon Sep 17 00:00:00 2001 From: Chris Markiewicz Date: Wed, 6 Nov 2024 11:58:52 -0500 Subject: [PATCH 2/2] Update pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 0ba485b9..02dbc21c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ build-backend = "setuptools.build_meta" name = "nitime" dynamic = ["version"] description = "Nitime: timeseries analysis for neuroscience data" -readme = "README.txt" +readme = "README.rst" license = { file = "LICENSE" } requires-python = ">=3.8" authors = [