From fcc0914ba6ae140059085326ea723c7b54404146 Mon Sep 17 00:00:00 2001 From: Jeremy Johnson Date: Wed, 19 Jan 2022 17:26:46 +0000 Subject: Add convert2conformance as package Signed-off-by: Jeremy Johnson Change-Id: I0c1edba930b846ff63785c17116cc8d465ecfbf3 --- setup.cfg | 2 ++ 1 file changed, 2 insertions(+) diff --git a/setup.cfg b/setup.cfg index 7862af4..c1a0ccb 100644 --- a/setup.cfg +++ b/setup.cfg @@ -29,6 +29,7 @@ packages = xunit json2fbbin json2numpy + convert2conformance tosa serializer package_dir = @@ -36,6 +37,7 @@ package_dir = xunit = scripts/xunit json2fbbin = scripts/json2fbbin json2numpy = scripts/json2numpy + convert2conformance = scripts/convert2conformance tosa = thirdparty/serialization_lib/python/tosa serializer = thirdparty/serialization_lib/python/serializer -- cgit v1.2.1