From e878edca1ac00c6e64796b474d147f68e230adce Mon Sep 17 00:00:00 2001 From: Even Solbraa <41290109+EvenSol@users.noreply.github.com> Date: Mon, 10 Aug 2026 19:06:30 +0200 Subject: [PATCH] fix: include LICENSE in source distributions --- pyproject.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 2f06e479..027d741b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -56,8 +56,9 @@ default-groups = "all" [tool.uv.build-backend] # Allow namespace packages to include both neqsim and jneqsim-stubs namespace = true -# Include the stub package in distributions using glob patterns +# Include the license and stub package in source distributions. source-include = [ + "LICENSE", "src/jneqsim-stubs/**", "src/jpype-stubs/**", "src/neqsim/**/*.pyi",