diff --git a/README.txt b/README.rst similarity index 100% rename from README.txt rename to README.rst 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 = [