From abb8bd68084b17f3f25fdd950e41ce8e180b3b61 Mon Sep 17 00:00:00 2001 From: Svetlana <61278263+tomina-s@users.noreply.github.com> Date: Wed, 29 Jan 2025 19:35:11 +0300 Subject: [PATCH 1/2] fix: setup.py - missing trailing comma --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 5d89b35..502e2e7 100644 --- a/setup.py +++ b/setup.py @@ -27,8 +27,8 @@ def readme(): 'bin/f4t_runTCP_TempHumi.py', 'bin/f4t_runTCP_PTCON_cascade.py', 'bin/p300_sample_run.py', - 'bin/p300vib_sample_run.py' - 'bin/sco220_sample_run.py' + 'bin/p300vib_sample_run.py', + 'bin/sco220_sample_run.py', ], classifiers=[ From 81238354a7b7b26f8c3bff72864d548f7b2c9353 Mon Sep 17 00:00:00 2001 From: Svetlana <61278263+tomina-s@users.noreply.github.com> Date: Wed, 29 Jan 2025 19:36:46 +0300 Subject: [PATCH 2/2] fix: setup.py - typo in file name file 'bin/sco220_sample_run.py' don`t exist, so i thought it's a typo in file name --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 502e2e7..fa4ec97 100644 --- a/setup.py +++ b/setup.py @@ -28,7 +28,7 @@ def readme(): 'bin/f4t_runTCP_PTCON_cascade.py', 'bin/p300_sample_run.py', 'bin/p300vib_sample_run.py', - 'bin/sco220_sample_run.py', + 'bin/scp220_sample_run.py', ], classifiers=[