From 061da150f9779c6130fac0c957d4facdd59aa33a Mon Sep 17 00:00:00 2001 From: retoor Date: Tue, 6 May 2025 22:00:07 +0200 Subject: [PATCH] Update --- pyproject.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index c52f242..cce4bd7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,7 +34,11 @@ dependencies = [ "multiavatar" ] +[tool.setuptools.packages.find] +where = ["src"] # <-- this changed +[tool.setuptools.package-data] +"*" = ["*.*"] [project.scripts] snek = "snek.__main__:main"