We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49acbc3 commit e42135cCopy full SHA for e42135c
1 file changed
pyproject.toml
@@ -67,6 +67,9 @@ Source_archive = "https://github.com/RedGuides/redfetch/archive/{commit_hash}.zi
67
[tool.hatch.build.targets.wheel]
68
packages = ["src/redfetch"]
69
70
+[tool.hatch.build.targets.wheel.force-include]
71
+"redfetch.ico" = "redfetch/redfetch.ico"
72
+
73
[tool.hatch.envs.dev]
74
dependencies = [
75
"textual-dev>=1.7.0",
0 commit comments