From 997bf9b79639a3e48c18a95d7ab1ab98d7868182 Mon Sep 17 00:00:00 2001 From: Uri Livne Date: Mon, 8 Jul 2024 11:29:04 +0300 Subject: [PATCH] [SW-190899] Install packages according to configuration Change-Id: I570b490658f5d2c5399ba1db93f8f52f56449525 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index a1d4b8de02c..72cd75f655b 100644 --- a/setup.py +++ b/setup.py @@ -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,