diff --git a/pyproject.toml b/pyproject.toml index 61301bc..0f2da47 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ build-backend = "setuptools.build_meta" package-dir = {"" = "."} [tool.setuptools.packages.find] -where = ["src"] +where = ["."] [project] name="jigs"