Skip to content

Commit c2e94ae

Browse files
committed
Address coderabbit's review comments
1 parent d93ca24 commit c2e94ae

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/dasmon_app/pyproject.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,9 @@ classifiers = [
1919

2020
[project.scripts]
2121
dasmon_listener = "dasmon_listener.dasmon_listener:run"
22-
reduction_update = "dasmon_listener.reduction_script_update:run"
22+
# Note: reduction_update entry point commented out - module dasmon_listener.reduction_script_update does not exist
23+
# Uncomment when module is implemented:
24+
# reduction_update = "dasmon_listener.reduction_script_update:run"
2325

2426
[project.optional-dependencies]
2527
tests = ["pytest"]

0 commit comments

Comments
 (0)