jackkuo commited on
Commit
7cc548e
·
1 Parent(s): 2367922

Fix duplicate wheel inclusion for html and static assets

Browse files
Files changed (1) hide show
  1. pyproject.toml +0 -4
pyproject.toml CHANGED
@@ -42,7 +42,3 @@ dev = [
42
 
43
  [tool.hatch.build.targets.wheel]
44
  packages = ["qa_annotate"]
45
-
46
- [tool.hatch.build.targets.wheel.force-include]
47
- "qa_annotate/html" = "qa_annotate/html"
48
- "qa_annotate/static" = "qa_annotate/static"
 
42
 
43
  [tool.hatch.build.targets.wheel]
44
  packages = ["qa_annotate"]