Skip to content

Commit

Permalink
Fix entry point for movescu (#951)
Browse files Browse the repository at this point in the history
  • Loading branch information
scaramallion authored Jul 27, 2024
1 parent 09d7405 commit 8583125
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 8583125

Please sign in to comment.