Skip to content

Commit 2000bbc

Browse files
committed
Include favicon as package data
1 parent 6c1f16a commit 2000bbc

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pyproject.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,3 +116,7 @@ dev = [
116116
"nox",
117117
"uv",
118118
]
119+
120+
[tool.uv.build-backend]
121+
source-include = [ "src/plasmapy_calculator/favicon.ico" ]
122+
data = { data = "src/plasmapy_calculator/favicon.ico" }

0 commit comments

Comments
 (0)