From 87c0c335eac04a45c09f0fd50f0c5b35d029d92f Mon Sep 17 00:00:00 2001 From: Dmitrii Agibov Date: Tue, 30 Aug 2022 14:51:13 +0100 Subject: MLIA-506 Fix setuptools warning during wheel creation Use option "find_namespace" for the package discovery Change-Id: I22af45d348d6f56adcf0ce05219fbec820c559d1 --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.cfg') diff --git a/setup.cfg b/setup.cfg index 2f0fa23..10995f4 100644 --- a/setup.cfg +++ b/setup.cfg @@ -27,7 +27,7 @@ include_package_data = True python_requires = >=3.8 package_dir = = src -packages = find: +packages = find_namespace: # On aarch64 machine, tensorflow does not pin the numpy version but # vela does. The pre-built aarch64 tensorflow 2.8.2 uses a numpy whose # version is conflicting with ethos-u-vela version 3.4.0. Therefore, -- cgit v1.2.1