Skip to content

Commit 997bf9b

Browse files
committed
[SW-190899] Install packages according to configuration
Change-Id: I570b490658f5d2c5399ba1db93f8f52f56449525
1 parent 1ed690c commit 997bf9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ def get_build_version():
214214
license="Apache 2.0",
215215
keywords="quantization",
216216
url="",
217-
packages=find_packages(include=['neural_compressor', 'neural_compressor.*']),
217+
packages=include_packages,
218218
include_package_data=True,
219219
package_data=package_data,
220220
install_requires=install_requires,

0 commit comments

Comments
 (0)