Skip to content

Commit e42135c

Browse files
committed
include .ico for folks who install from pypi
1 parent 49acbc3 commit e42135c

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,9 @@ Source_archive = "https://github.com/RedGuides/redfetch/archive/{commit_hash}.zi
6767
[tool.hatch.build.targets.wheel]
6868
packages = ["src/redfetch"]
6969

70+
[tool.hatch.build.targets.wheel.force-include]
71+
"redfetch.ico" = "redfetch/redfetch.ico"
72+
7073
[tool.hatch.envs.dev]
7174
dependencies = [
7275
"textual-dev>=1.7.0",

0 commit comments

Comments
 (0)