-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Vincent Berenz
committed
Dec 12, 2024
1 parent
80a747e
commit 98552a2
Showing
3 changed files
with
135 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,8 +6,9 @@ authors = ["Vincent Berenz <[email protected]>"] | |
packages = [{ include = "nightskycam_focus" }] | ||
|
||
[tool.poetry.scripts] | ||
zwo-asi-focus = 'nightskycam_focus.main:zwo_asi_focus' | ||
zwo-asi-focus-sweep = 'nightskycam_focus.main:zwo_asi_focus_sweep' | ||
zwo-asi-focus-test = 'nightskycam_focus.main:zwo_asi_focus_test' | ||
zwo-asi-focus = 'nightskycam_focus.main:zwo_asi_focus' | ||
|
||
[tool.poetry.dependencies] | ||
python = "^3.9" | ||
|