Skip to content

Commit

Permalink
Merge 7ec38ad into 4033c75
Browse files Browse the repository at this point in the history
  • Loading branch information
chpurdy committed Mar 11, 2020
2 parents 4033c75 + 7ec38ad commit 1cdbf5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@ def execfile(filepath, globals=None, locals=None):
"Programming Language :: Python :: Implementation :: CPython",
"Topic :: Software Development :: Libraries :: Python Modules",
],

package_data={'arcade': ['resources/gui_themes/Fantasy/Buttons/*',
'resources/gui_themes/Fantasy/DialogueBox/*',
'resources/gui_themes/Fantasy/Menu/*',
Expand All @@ -97,6 +96,7 @@ def execfile(filepath, globals=None, locals=None):
'resources/images/tiles/*',
'resources/sounds/*',
'resources/tmx_maps/*',
'resources/music/*',
'soloud/*',
'py.typed'],
'arcade.soloud': ['*.*']},
Expand Down

0 comments on commit 1cdbf5a

Please sign in to comment.