From 3b26520398a2438a9c355cec29a9d85f5d5253f7 Mon Sep 17 00:00:00 2001 From: eli knaap Date: Fri, 29 Sep 2023 09:58:32 -0700 Subject: [PATCH] readme in pyproject --- pyproject.toml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index b37ec5e..ee7397f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,10 +17,7 @@ description = "Methods and Functions for planar point pattern analysis" keywords = [ "spatial statistics, point patterns" ] -readme = { text = """\ -"Methods and Functions for planar point pattern analysis" - -""", content-type = "text/x-rst" } +readme = "README.md" classifiers = [ "Programming Language :: Python :: 3", "License :: OSI Approved :: BSD License",