Skip to content

Commit

Permalink
Merge pull request #48 from tanishq-ids/relevance
Browse files Browse the repository at this point in the history
Update pyproject.toml
  • Loading branch information
tanishq-ids authored Aug 6, 2024
2 parents fdcafdc + 3e318a0 commit 5293e21
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 5293e21

Please sign in to comment.