From d94e58e5548b18facecfa4330f0994f8b4077684 Mon Sep 17 00:00:00 2001 From: Bartosz Sokorski Date: Sat, 19 Apr 2025 16:12:07 +0200 Subject: [PATCH] Include missing file in the sdist --- pyproject.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 1324cb86..efaa7d3e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -68,7 +68,9 @@ maturin = ">=1.0,<2.0" module-name = "pendulum._pendulum" features = ["pyo3/extension-module"] python-packages = ["pendulum"] - +include = [ + { path = "LICENSE", format = "sdist" }, +] [tool.ruff] fix = true line-length = 88