Skip to content

Commit

Permalink
Fix CLI entrypoint in pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
s-hamann committed Jun 30, 2024
1 parent b34c762 commit e32b7ea
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 @@ -17,7 +17,7 @@ zonefiles = ["dnspython"]
all = ["cryptography", "dnspython"]

[tool.poetry.scripts]
desec = "desec:main"
desec = "desec:_main"

[tool.poetry.group.dev.dependencies]
ruff = ">=0.4.5"
Expand Down

0 comments on commit e32b7ea

Please sign in to comment.