aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 4c257a0..210d307 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',
]
)