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"