From 85831257e4c5cb4852aa9e6a82e82910a637ffbc Mon Sep 17 00:00:00 2001 From: scaramallion Date: Sat, 27 Jul 2024 17:46:34 +1000 Subject: [PATCH] Fix entry point for movescu (#951) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 46f12ad62..cdbc3a751 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -73,7 +73,7 @@ echoscp = "pynetdicom.apps.echoscp.echoscp:main" echoscu = "pynetdicom.apps.echoscu.echoscu:main" findscu = "pynetdicom.apps.findscu.findscu:main" getscu = "pynetdicom.apps.getscu.getscu:main" -movescu = "pynetdicom.apps.movescu.echoscp:main" +movescu = "pynetdicom.apps.movescu.movescu:main" qrscp = "pynetdicom.apps.qrscp.qrscp:main" storescp = "pynetdicom.apps.storescp.storescp:main" storescu = "pynetdicom.apps.storescu.storescu:main"