Skip to content

Commit

Permalink
Update pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
wunder957 committed Dec 4, 2023
1 parent 2015bc3 commit 3b0a65a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/extension/dummymodel/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ name = "sdgx-dummymodel"
dependencies = ["sdgx"]
dynamic = ["version"]

# This is the entry point for the FilterManager to find the Filter.
# This is the entry point for the ModelManager to find the model.
[project.entry-points."sdgx.model"]
dummymodel = "dummymodel.model"

Expand Down

0 comments on commit 3b0a65a

Please sign in to comment.