From da9f0040a94e802af856c851edfce176a503d475 Mon Sep 17 00:00:00 2001 From: zacharyburnett Date: Sun, 28 Jun 2026 08:44:46 -0400 Subject: [PATCH] add README to `pyproject.toml` so PyPI can pick it up --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 498f8f85..df671715 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,7 @@ [project] name = "s2geometry" description = "Computational geometry and spatial indexing on the sphere" +readme = "README.md" authors = [ { name = "Dan Larkin-York", email = "dan@arangodb.com" }, { name = "Eric Veach", email = "ericv@google.com" },