Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
jagapiou authored Mar 20, 2024
1 parent a3beae0 commit 8549ab3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,8 @@ def build_assets(self):
packages=setuptools.find_packages(include=['meltingpot', 'meltingpot.*']),
package_data={
'meltingpot': [
'lua/levels/*.lua',
'lua/modules/*/*.lua',
'lua/levels/*/*.lua',
'lua/modules/*.lua',
],
},
python_requires='>=3.11',
Expand Down

0 comments on commit 8549ab3

Please sign in to comment.