Skip to content

Commit 604a024

Browse files
committed
Update project config.
1 parent 2bfad25 commit 604a024

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

pyproject.toml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,11 @@ path = "src/python_redlines/__about__.py"
3939

4040
[tool.hatchling.build]
4141
packages = [
42-
{include = "src/python_redlines"},
43-
{include = "src/python_redlines/dist/*"},
44-
{include = "src/python_redlines/bin/*"}
42+
{include = "python_redlines"},
43+
]
44+
data-files = [
45+
{ include = "python_redlines/dist/*", to = "python_redlines/dist" },
46+
{ include = "python_redlines/bin/*", to = "python_redlines/bin" }
4547
]
4648

4749
[tool.hatch.envs.default]

0 commit comments

Comments
 (0)