-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feature: remove "python -m", add "poetry build" in ci.yml, add [tool.…
…poetry.scripts] in pyproject.toml
- Loading branch information
1 parent
a2cd7c4
commit e4c9b1d
Showing
12 changed files
with
44 additions
and
29 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
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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
Usage: python -m kumparanian ds evaluate [OPTIONS] MODEL FILE TESTFILE | ||
Try 'python -m kumparanian ds evaluate --help' for help. | ||
Usage: kumparanian ds evaluate [OPTIONS] MODEL FILE TESTFILE | ||
Try 'kumparanian ds evaluate --help' for help. | ||
|
||
Error: Missing argument 'MODEL'. |
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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
Usage: python -m kumparanian ds evaluate [OPTIONS] MODEL FILE TESTFILE | ||
Try 'python -m kumparanian ds evaluate --help' for help. | ||
Usage: kumparanian ds evaluate [OPTIONS] MODEL FILE TESTFILE | ||
Try 'kumparanian ds evaluate --help' for help. | ||
|
||
Error: Missing argument 'TESTFILE'. |
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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
Usage: python -m kumparanian ds verify [OPTIONS] MODEL FILE | ||
Try 'python -m kumparanian ds verify --help' for help. | ||
Usage: kumparanian ds verify [OPTIONS] MODEL FILE | ||
Try 'kumparanian ds verify --help' for help. | ||
|
||
Error: Missing argument 'MODEL'. |
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