From 927ea2b9a22817d1167f561e0bf37858eb1553ba Mon Sep 17 00:00:00 2001 From: James Gaboardi Date: Sun, 1 Oct 2023 15:54:22 -0400 Subject: [PATCH] README is rst, not md --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 1af4dd72a..fa2657614 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ maintainers = [{ name = "PySAL Developers" }] license = { text = "BSD 3-Clause" } description = "Core components of PySAL - A library of spatial analysis functions" keywords = ["spatial statistics", "spatial graphs"] -readme = "README.md" +readme = "README.rst" classifiers = [ "Programming Language :: Python :: 3", "License :: OSI Approved :: BSD License",