From 8f1376d478d2798f528b38f96ec66b67ce700284 Mon Sep 17 00:00:00 2001 From: "K.B.Dharun Krishna" Date: Tue, 29 Apr 2025 11:10:34 +0530 Subject: [PATCH] fix: manpage path in pyproject configuration --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 0ba6446..a8815ea 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -76,7 +76,7 @@ path = "tldr.py" attr = "__version__" [tool.hatch.build.targets.wheel.shared-data] -"docs/man" = "share/man/man1" +"docs/man/tldr.1" = "share/man/man1/tldr.1" [tool.hatch.build.targets.sdist] include = [