Skip to content

Commit 294c93a

Browse files
authored
Fix pyproject entrypoint (#55)
Also added a shell script to run the tickit sim.
1 parent 3e1482b commit 294c93a

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ dev = [
4545
]
4646

4747
[project.scripts]
48-
fastcs-eiger = "fastcs_eiger.__main__:main"
48+
fastcs-eiger = "fastcs_eiger.__main__:app"
4949

5050
[project.urls]
5151
GitHub = "https://github.com/DiamondLightSource/fastcs-eiger"

tests/start_tickit_client.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
#!/bin/bash
2+
SCRIPT_DIR=$(cd -- "$(dirname -- "${BASH_SOURCE[0]}")" &>/dev/null && pwd)
3+
python -m tickit --log-level INFO all $SCRIPT_DIR/system/eiger.yaml

0 commit comments

Comments
 (0)