From 46044a88431ebef0e181726331023100a4d2a90c Mon Sep 17 00:00:00 2001 From: Jeff Epler Date: Tue, 5 Mar 2024 21:23:02 -0600 Subject: [PATCH] fix missing jigs/*.py files in pypi package this worked with "pip install -e" but not "normally" (ouch) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"