Skip to content

Commit

Permalink
Update setup.py to work with older versions of setuptools
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 602993306
Change-Id: I67b10ac724730aed15736cc9f8a1f8f70bab32c1
  • Loading branch information
jagapiou authored and Copybara-Service committed Jan 31, 2024
1 parent d6847dc commit 4743da1
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,9 +96,7 @@ def build_assets(self):
'Topic :: Scientific/Engineering :: Artificial Intelligence',
],
cmdclass={'build_py': BuildPy},
package_dir={
'meltingpot': 'meltingpot',
},
packages=setuptools.find_packages(include=['meltingpot', 'meltingpot.*']),
package_data={
'meltingpot.lua': ['**'],
},
Expand Down

0 comments on commit 4743da1

Please sign in to comment.