Skip to content

Commit c96b52b

Browse files
committed
fix
1 parent 85396d2 commit c96b52b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pygamepopup/configuration.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
from .constants import WHITE
1515

16-
resource_package = 'pygamepopup'
16+
resource_package = __name__
1717

1818
_default_sprites: dict[str, Union[dict[str, str], str]] = {
1919
"button_background": {

0 commit comments

Comments
 (0)