Make the manpages installable under pipx
Marco Ricci

Marco Ricci commited on 2025-02-11 00:57:53
Zeige 5 geänderte Dateien mit 5 Einfügungen und 1 Löschungen.


When using `pipx` to install `derivepassphrase`, `pipx` will now
correctly locate the `derivepassphrase` manpages and make them available
to the user.
... ...
@@ -235,7 +235,11 @@ exclude = [
235 235
 ]
236 236
 
237 237
 [tool.hatch.build.targets.wheel]
238
-packages = ['src/derivepassphrase']
238
+include = [
239
+    'src/derivepassphrase',
240
+    'share/man/',
241
+]
242
+sources = ['src']
239 243
 
240 244
 [tool.hatch.env]
241 245
 requires = [