Skip to content

Commit 09b2cf3

Browse files
committed
move motor to __main__
1 parent 9248b96 commit 09b2cf3

File tree

8 files changed

+1011
-1032
lines changed

8 files changed

+1011
-1032
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ dev = [
4040
]
4141

4242
[project.scripts]
43-
dls-pmac-control = "dls_pmac_control.__main__:main"
43+
dls-pmac-control = "dls_pmac_control.motor:main"
4444

4545
[project.urls]
4646
GitHub = "https://github.com/DiamondLightSource/dls-pmac-control"

0 commit comments

Comments
 (0)