From 013e16f41ba4308961ec690feefd32720ddf949a Mon Sep 17 00:00:00 2001 From: shimwell Date: Fri, 31 Jul 2026 15:54:44 +0200 Subject: [PATCH] Remove duplicate "fudge" entry from the packages list "fudge" is listed twice in [tool.setuptools] packages. setuptools dedupes the list, so this has no effect on what gets installed, but the repeat is confusing when editing the list. Co-authored-by: shimwell Co-authored-by: jon-proximafusion --- pyproject.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f51d4a31..ac1d8474 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,6 @@ packages = [ "fudge.core.math", "fudge.core.math.test", "fudge.core.utilities", - "fudge", "fudge.outputChannelData", "fudge.outputChannelData.fissionFragmentData", "fudge.covariances",