Technologic101 commited on
Commit
ba3b4a1
·
1 Parent(s): f4e287e

build: debug hf build errors

Browse files
Files changed (1) hide show
  1. pyproject.toml +3 -0
pyproject.toml CHANGED
@@ -38,6 +38,9 @@ dependencies = [
38
  requires = ["hatchling"]
39
  build-backend = "hatchling.build"
40
 
 
 
 
41
  [tool.black]
42
  line-length = 88
43
  target-version = ['py311']
 
38
  requires = ["hatchling"]
39
  build-backend = "hatchling.build"
40
 
41
+ [tool.hatch.build.targets.wheel]
42
+ packages = ["src"]
43
+
44
  [tool.black]
45
  line-length = 88
46
  target-version = ['py311']