Skip to content

Commit

Permalink
fix: add eds.tables to entry points
Browse files Browse the repository at this point in the history
  • Loading branch information
percevalw committed Aug 8, 2023
1 parent f3f79cd commit 6d446ed
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,7 @@ where = ["."]
"eds.dates" = "edsnlp.pipelines.misc.dates.factory:create_component"
"eds.measurements" = "edsnlp.pipelines.misc.measurements.factory:create_component"
"eds.reason" = "edsnlp.pipelines.misc.reason.factory:create_component"
"eds.tables" = "edsnlp.pipelines.misc.tables.factory:create_component"
"eds.sections" = "edsnlp.pipelines.misc.sections.factory:create_component"

# Trainable
Expand Down

0 comments on commit 6d446ed

Please sign in to comment.