We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ed690c commit 997bf9bCopy full SHA for 997bf9b
setup.py
@@ -214,7 +214,7 @@ def get_build_version():
214
license="Apache 2.0",
215
keywords="quantization",
216
url="",
217
- packages=find_packages(include=['neural_compressor', 'neural_compressor.*']),
+ packages=include_packages,
218
include_package_data=True,
219
package_data=package_data,
220
install_requires=install_requires,
0 commit comments