Skip to content

Commit

Permalink
Update setup.py to support older versions of setuptools that don't su…
Browse files Browse the repository at this point in the history
…pport ** globs.

PiperOrigin-RevId: 617361426
Change-Id: Id270d216ef4c99848c755313ade042e7e3703a40
  • Loading branch information
jagapiou authored and tkiela1 committed Mar 20, 2024
1 parent f0c476a commit ad80372
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/**'],
'meltingpot': [
'lua/levels/*/*.lua',
'lua/modules/*.lua',
],
},
python_requires='>=3.11',
install_requires=[
Expand Down

0 comments on commit ad80372

Please sign in to comment.