Skip to content

Commit

Permalink
CLI: bugfix sys.exit
Browse files Browse the repository at this point in the history
  • Loading branch information
deedy5 committed Feb 23, 2024
1 parent 315e38b commit 054089c
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 @@ -36,7 +36,7 @@ dynamic = ["version"]
"Homepage" = "https://github.com/deedy5/fake_traffic"

[project.scripts]
fake_traffic = "fake_traffic.cli:fake_traffic"
fake_traffic = "fake_traffic.cli:fake_traffic.crawl"

[tool.setuptools.dynamic]
version = {attr = "fake_traffic.version.__version__"}

0 comments on commit 054089c

Please sign in to comment.