Fix duplicate wheel inclusion for html and static assets
Browse files- 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"]
|
|
|
|
|
|
|
|
|
|
|
|