-
Notifications
You must be signed in to change notification settings - Fork 74
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
use poetry to build and publish, add entrypoint for pipx and recommen…
…d to use it
- Loading branch information
Miłosz Skaza
committed
Aug 24, 2023
1 parent
c385e70
commit a86c4bd
Showing
8 changed files
with
23 additions
and
116 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 was deleted.
Oops, something went wrong.
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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 |
---|---|---|
|
@@ -5,6 +5,9 @@ description = "ctfcli is a tool to manage Capture The Flag events and challenges | |
authors = ["Kevin Chung <[email protected]>", "Miłosz Skaza <[email protected]>"] | ||
readme = "README.md" | ||
|
||
[tool.poetry.scripts] | ||
ctf = "ctfcli.__main__:main" | ||
|
||
[tool.poetry.dependencies] | ||
python = "^3.8" | ||
python-frontmatter = "^1.0.0" | ||
|
@@ -24,7 +27,6 @@ isort = "^5.12.0" | |
pytest = "^7.4.0" | ||
pytest-sugar = "^0.9.7" | ||
pytest-cov = "^4.1.0" | ||
wheel = "^0.41.2" | ||
|
||
[tool.ruff] | ||
line-length = 120 | ||
|
This file was deleted.
Oops, something went wrong.