Skip to content

Commit

Permalink
fix: update archivooor CLI entry point (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
Barabazs authored Jun 7, 2024
1 parent 4aa6c2e commit 5dc286b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ readme = "README.md"
repository = "https://github.com/Barabazs/archivooor"

[tool.poetry.scripts]
archivooor = 'archivooor.__main__:main'
archivooor = "archivooor.cli:cli"

[tool.poetry.dependencies]
python = "^3.8,<4.0"
Expand Down

0 comments on commit 5dc286b

Please sign in to comment.