Skip to content

Commit 8244fce

Browse files
committed
Revise project conf.
1 parent 5265dcd commit 8244fce

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

pyproject.toml

-15
Original file line numberDiff line numberDiff line change
@@ -37,21 +37,6 @@ Source = "https://github.com/unknown/python-redlines"
3737
[tool.hatch.version]
3838
path = "src/python_redlines/__about__.py"
3939

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-
5540
[tool.hatch.envs.default]
5641
dependencies = [
5742
"coverage[toml]>=6.5",

0 commit comments

Comments
 (0)