Skip to content

Commit

Permalink
Fix package_data in setup.py
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 617318006
Change-Id: I0fcdc36925363ba7229e51036dfb2c094b899b17
  • Loading branch information
jagapiou authored and Copybara-Service committed Mar 19, 2024
1 parent 94c9696 commit 4d77c05
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/**'],
},
python_requires='>=3.11',
install_requires=[
Expand Down

0 comments on commit 4d77c05

Please sign in to comment.