From e63cb2cc4da2ee3730408e372395e80e4751277c Mon Sep 17 00:00:00 2001 From: Vadim Yanitskiy Date: Fri, 5 May 2023 15:12:17 +0700 Subject: [PATCH] setup.py: add missing pySim-trace.py' to scripts[] Change-Id: I44dfcf48ae22182bd7aaa908559f3d1e1e31acce --- setup.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 4c257a02..210d307f 100644 --- a/setup.py +++ b/setup.py @@ -24,6 +24,7 @@ setup( scripts=[ 'pySim-prog.py', 'pySim-read.py', - 'pySim-shell.py' + 'pySim-shell.py', + 'pySim-trace.py', ] )