From 8dfa81efe6a4435b81410580be1f1f7d3d8e8b69 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=CB=B6=F0=9D=9E=A2=E2=A4=AC=E2=AB=92=E2=B5=96s=E1=90=BC?= =?UTF-8?q?=CB=B6?= <91800957+exdysa@users.noreply.github.com> Date: Sun, 1 Mar 2026 15:15:11 -0500 Subject: [PATCH] ~folders again --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 83f2a46..58c6cfb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -114,8 +114,8 @@ write_to = "_version.py" [tool.setuptools.packages.find] where = ["."] -include = ["negate*", "config*", "models/20260225_221149*", "models/20260225_185933*", "results/20260225_221149*", "results/20260225_185933*"] -exclude = ["tests*", "models*", "results*"] +include = ["negate*", "config*", "models*", "results*"] +exclude = ["tests*"] [tool.setuptools.package-data] negate = ["negate/config/*"]