Skip to content

Commit

Permalink
fix (setup): fix error in entry point declaration
Browse files Browse the repository at this point in the history
authored by @martholomew
  • Loading branch information
martholomew authored Sep 15, 2023
1 parent 4d4c25b commit 1a9453d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ dynamic = ["version"]
repository = "https://github.com/uniwuezpd/PAGETools"

[project.scripts]
pagetools = "pagetools.cli: cli"
pagetools = "pagetools.cli:cli"

[options]
include_package_data = true
Expand All @@ -43,4 +43,4 @@ include_package_data = true
include = ["pagetools"]
exclude = ["assets"]

[tool.setuptools_scm]
[tool.setuptools_scm]

0 comments on commit 1a9453d

Please sign in to comment.