From 1a5ccb98b9d47aba35b29e1dd39c02df284efa71 Mon Sep 17 00:00:00 2001 From: Matthew Iannucci Date: Mon, 2 Dec 2024 09:53:16 -0500 Subject: [PATCH] Make pyproj readme record match cargo (#427) --- icechunk-python/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/icechunk-python/pyproject.toml b/icechunk-python/pyproject.toml index 96aed3fc..264cbee2 100644 --- a/icechunk-python/pyproject.toml +++ b/icechunk-python/pyproject.toml @@ -23,7 +23,7 @@ name = "icechunk" version = "0.1.0-alpha.6" description = "Icechunk Python" authors = ["Earthmover "] -readme = "README.md" +readme = "../README.md" packages = [{ include = "icechunk", from = "python" }] [project.optional-dependencies]