From 26dbe35083d9aa4cc4b5c5964c9e629190a4b0eb Mon Sep 17 00:00:00 2001 From: Jericho Tolentino <68654047+jericht@users.noreply.github.com> Date: Fri, 26 Jun 2026 20:43:20 +0000 Subject: [PATCH] chore: including missing LICENSE and NOTICE files in sdist Signed-off-by: Jericho Tolentino <68654047+jericht@users.noreply.github.com> --- pyproject.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index f24bda85..c8e11c1e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -64,6 +64,9 @@ features = ["extension-module"] # These only need to be in the sdist; they're build-time # tooling, not runtime code. include = [ + { path = ".gitignore", format = "sdist" }, + { path = "LICENSE", format = "sdist" }, + { path = "NOTICE", format = "sdist" }, "src/openjd/model/_version.py", { path = "_build_backend.py", format = "sdist" }, { path = "scripts/generate_version.py", format = "sdist" },