Skip to content

Commit

Permalink
Glob the required assets during package build
Browse files Browse the repository at this point in the history
  • Loading branch information
ekiefl committed Jul 26, 2024
1 parent 4bc962d commit 709fbb8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,9 @@ include = [
"pooltool/logo/logo_pt_smaller.png",
"pooltool/logo/logo.png",
# Image assets for HUD and menu
"pooltool/models/hud/*.png",
"pooltool/models/menu/*.png",
"pooltool/models/hud/**/*.png",
"pooltool/models/menu/**/*.png",
"pooltool/models/menu/**/*.jpeg",
]

exclude = [
Expand Down

0 comments on commit 709fbb8

Please sign in to comment.