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 d185c1b commit a3beae0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,10 @@ def build_assets(self):
cmdclass={'build_py': BuildPy},
packages=setuptools.find_packages(include=['meltingpot', 'meltingpot.*']),
package_data={
'meltingpot': ['lua/**/*.lua'],
'meltingpot': [
'lua/levels/*.lua',
'lua/modules/*/*.lua',
],
},
python_requires='>=3.11',
install_requires=[
Expand Down

0 comments on commit a3beae0

Please sign in to comment.