Skip to content

Commit

Permalink
Fix entry points
Browse files Browse the repository at this point in the history
  • Loading branch information
ppoulin-agendrix committed Sep 19, 2024
1 parent f92ecaf commit 5e215b5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ readme = "README.md"
license = {text = "MIT"}

[project.scripts]
detect = "cli.detect:main"
verify = "cli.verify:main"
detect = "deepface.cli.detect:main"
verify = "deepface.cli.verify:main"

[tool.pdm]
distribution = true
Expand All @@ -55,8 +55,8 @@ dev = [
line-length = 180

[tool.pdm.scripts]
detect = "scripts/detect.py"
verify = "scripts/verify.py"
detect = "deepface/cli/detect.py"
verify = "deepface/cli/verify.py"

[tool.isort]
multi_line_output = 3
Expand Down

0 comments on commit 5e215b5

Please sign in to comment.