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: I77d920b105fc6b15d783a4aadedb7254fcc4253f
  • Loading branch information
jagapiou authored and copybara-github committed Jan 31, 2024
1 parent e204550 commit 15cbf51
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 @@ -47,9 +47,7 @@
'Programming Language :: Python :: 3.12',
'Topic :: Scientific/Engineering :: Artificial Intelligence',
],
package_dir={
'concordia': 'concordia',
},
packages=setuptools.find_packages(include=['concordia', 'concordia.*']),
package_data={},
python_requires='>=3.10',
install_requires=[
Expand Down

0 comments on commit 15cbf51

Please sign in to comment.