]> git.ipfire.org Git - thirdparty/mkosi.git/commitdiff
Also add mkosi.1 to package-data
authorDaan De Meyer <daan.j.demeyer@gmail.com>
Thu, 10 Aug 2023 10:05:40 +0000 (12:05 +0200)
committerDaan De Meyer <daan.j.demeyer@gmail.com>
Thu, 10 Aug 2023 10:05:40 +0000 (12:05 +0200)
pyproject.toml

index 566589f9e2b62f3d897cc6b5f4e816f603afce62..f041d31ee4c106c7bcf7583ce1169c0f5c0739e6 100644 (file)
@@ -30,7 +30,7 @@ packages = [
 ]
 
 [tool.setuptools.package-data]
-"*" = ["*.sh", "*.hook", "*.conf", "*.install", "mkosi.md"]
+"*" = ["*.sh", "*.hook", "*.conf", "*.install", "mkosi.md", "mkosi.1"]
 
 [tool.isort]
 profile = "black"