fix missing jigs/*.py files in pypi package
this worked with "pip install -e" but not "normally" (ouch)
This commit is contained in:
parent
793f41ceb6
commit
46044a8843
1 changed files with 1 additions and 1 deletions
|
|
@ -13,7 +13,7 @@ build-backend = "setuptools.build_meta"
|
|||
package-dir = {"" = "."}
|
||||
|
||||
[tool.setuptools.packages.find]
|
||||
where = ["src"]
|
||||
where = ["."]
|
||||
|
||||
[project]
|
||||
name="jigs"
|
||||
|
|
|
|||
Loading…
Reference in a new issue