diff options
Diffstat (limited to 'pyproject.toml')
| -rw-r--r-- | pyproject.toml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml index aab4b3f..ec7b235 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -61,6 +61,11 @@ exclude = [ "/.github", ] +[tool.hatch.build.targets.wheel.shared-data] +"wikiget.1" = "share/man/man1/wikiget.1" +"README.md" = "share/doc/wikiget/README.md" +"LICENSE" = "share/doc/wikiget/LICENSE" + [tool.hatch.envs.default] dependencies = [ "coverage[toml]>=6.5", |
