fix missing jigs/*.py files in pypi package

this worked with "pip install -e" but not "normally" (ouch)
This commit is contained in:
Jeff Epler 2024-03-05 21:23:02 -06:00
parent 793f41ceb6
commit 46044a8843

View file

@ -13,7 +13,7 @@ build-backend = "setuptools.build_meta"
package-dir = {"" = "."}
[tool.setuptools.packages.find]
where = ["src"]
where = ["."]
[project]
name="jigs"