From db9c6e4c88fafa21bc2c3a401f066343fa6136a9 Mon Sep 17 00:00:00 2001 From: Kevin Liu Date: Fri, 29 Aug 2025 22:03:00 -0700 Subject: [PATCH] add poetry.lock to sdist --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 8dfb5c5c39..adfb01f89b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -46,6 +46,7 @@ include = [ { path = "dev", format = "sdist" }, { path = "pyiceberg/**/*.so", format = "wheel" }, { path = "pyiceberg/**/*.pyd", format = "wheel" }, + { path = "poetry.lock", format = "sdist" }, ] [tool.poetry.dependencies]