Skip to content

Commit

Permalink
[SW-190899] Install packages according to configuration
Browse files Browse the repository at this point in the history
Change-Id: I570b490658f5d2c5399ba1db93f8f52f56449525
  • Loading branch information
ulivne committed Jul 8, 2024
1 parent 1ed690c commit 997bf9b
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 @@ -214,7 +214,7 @@ def get_build_version():
license="Apache 2.0",
keywords="quantization",
url="",
packages=find_packages(include=['neural_compressor', 'neural_compressor.*']),
packages=include_packages,
include_package_data=True,
package_data=package_data,
install_requires=install_requires,
Expand Down

0 comments on commit 997bf9b

Please sign in to comment.