Skip to content

Commit

Permalink
Update pyproject.toml
Browse files Browse the repository at this point in the history
Signed-off-by: tanishq-ids <[email protected]>
  • Loading branch information
tanishq-ids authored Aug 6, 2024
1 parent fdcafdc commit 3e318a0
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 @@ -58,7 +58,7 @@ build-backend = "pdm.backend"
license-files = ["LICENSES.txt"]

[project.scripts]
osc-transformer-based-extractor = "osc_transformer_based_extractor.main:app"
osc-transformer-based-extractor = "osc_transformer_based_extractor.cli:app"

[project.optional-dependencies]
dev = [
Expand All @@ -83,7 +83,7 @@ complete = { call = "tasks.complete:main", help = "Create autocomplete files for


# Define CLI commands
osc-transformer-based-extractor = "osc_transformer_based_extractor.main:app"
osc-transformer-based-extractor = "osc_transformer_based_extractor.cli:app"

[tool.pdm.dev-dependencies]
test = ["pdm[pytest]", "pytest-cov"]
Expand Down

0 comments on commit 3e318a0

Please sign in to comment.