Skip to content

Commit

Permalink
fix: wrong scripts definition from project file (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
TheCrab13 committed Nov 9, 2023
1 parent a43c26d commit 55d9096
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 @@ -28,7 +28,7 @@ keywords=["development", "symstore", "pdb", "pdbstore"]
dependencies = ["colorama", "pefile", "Jinja2"]

[project.scripts]
pdbstore = "pdbstore.__main__:main"
pdbstore = "pdbstore.cli.cli:main"

[project.urls]
changelog = "https://github.com/crabisoft/pdbstore/blob/main/CHANGELOG.md"
Expand Down

0 comments on commit 55d9096

Please sign in to comment.