Skip to content

Commit

Permalink
Fix poetry script entrypoint
Browse files Browse the repository at this point in the history
  • Loading branch information
tekknolagi committed Dec 7, 2023
1 parent 16e4050 commit e9ad17d
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 @@ -29,7 +29,7 @@ pytest = "^7.4.0"
ruff = "^0.1.5"

[tool.poetry.scripts]
scrap = "scrapscript.cli.cli:main"
scrap = "scrapscript:main"

[build-system]
build-backend = "poetry.core.masonry.api"
Expand Down

0 comments on commit e9ad17d

Please sign in to comment.