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 f0b1a93 commit d185c1b
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 @@ -98,7 +98,7 @@ def build_assets(self):
cmdclass={'build_py': BuildPy},
packages=setuptools.find_packages(include=['meltingpot', 'meltingpot.*']),
package_data={
'meltingpot': ['lua/**'],
'meltingpot': ['lua/**/*.lua'],
},
python_requires='>=3.11',
install_requires=[
Expand Down

0 comments on commit d185c1b

Please sign in to comment.