We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5265dcd commit 8244fceCopy full SHA for 8244fce
pyproject.toml
@@ -37,21 +37,6 @@ Source = "https://github.com/unknown/python-redlines"
37
[tool.hatch.version]
38
path = "src/python_redlines/__about__.py"
39
40
-[tool.hatchling.build]
41
-packages = [
42
- {include = "src/python_redlines"},
43
-]
44
-data-files = [
45
- { include = "dist/*", to = "dist" },
46
- { include = "bin/*", to = "bin" }
47
48
-[tool.hatch.build.targets.wheel]
49
-only-include = ["src/python_redlines", "dist"]
50
-
51
-[tool.hatch.build.targets.wheel.sources]
52
-"src" = ""
53
-"dist" = "python_redlines/dist"
54
55
[tool.hatch.envs.default]
56
dependencies = [
57
"coverage[toml]>=6.5",
0 commit comments