From abc814617070285e778979203375454b8eb5a9f2 Mon Sep 17 00:00:00 2001 From: Vincent Belpois Date: Thu, 9 May 2024 10:31:55 +0200 Subject: [PATCH] changed setup of match1 node --- src/matchs/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/matchs/setup.py b/src/matchs/setup.py index f478b5d..f494392 100644 --- a/src/matchs/setup.py +++ b/src/matchs/setup.py @@ -23,7 +23,7 @@ tests_require=['pytest'], entry_points={ 'console_scripts': [ - 'match1 = src.match1:main' + 'match1 = src.sequenceur_match1:main' ], }, )