Skip to content

Commit 915826d

Browse files
authored
fix: manpage path in pyproject configuration (#283)
1 parent 0f8b283 commit 915826d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ path = "tldr.py"
7676
attr = "__version__"
7777

7878
[tool.hatch.build.targets.wheel.shared-data]
79-
"docs/man" = "share/man/man1"
79+
"docs/man/tldr.1" = "share/man/man1/tldr.1"
8080

8181
[tool.hatch.build.targets.sdist]
8282
include = [

0 commit comments

Comments
 (0)