From 5a30f9b18665f3f98c43f52519407434df171a4f Mon Sep 17 00:00:00 2001 From: Jeremy Johnson Date: Mon, 18 Jul 2022 11:54:27 +0100 Subject: Include JSON conformance files in python package. Fix for tosa_verif_conformance_generator as it needs JSON files to build the conformance tests. Signed-off-by: Jeremy Johnson Change-Id: I3509efee671d34d99eee98141400542374dc4f24 --- setup.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.cfg b/setup.cfg index 56974bd..1140c9c 100644 --- a/setup.cfg +++ b/setup.cfg @@ -22,6 +22,7 @@ install_requires = numpy flatbuffers == 1.12 python_requires = >=3.6 +include_package_data = True packages = runner generator -- cgit v1.2.1