Skip to content

Commit

Permalink
add "package" parameter in aimet's setup.py (#2523)
Browse files Browse the repository at this point in the history
The created wheels seems completely useless but this reduces the number
of warnings/errors seen when rebuilding AIMET wheels.

Signed-off-by: Felix Schwarz <[email protected]>
  • Loading branch information
FelixSchwarz authored Jan 11, 2024
1 parent df3cb8c commit 6170393
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packaging/setup_aimet.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@
license='NOTICE.txt',
description='AIMET',
long_description=open('README.txt').read(),
packages=['aimet'],
install_requires=[],
dependency_links=dependency_list,
zip_safe=True,
Expand Down

0 comments on commit 6170393

Please sign in to comment.