Skip to content

Commit

Permalink
fix name of entry point
Browse files Browse the repository at this point in the history
  • Loading branch information
mcflugen committed Feb 1, 2024
1 parent e26fcd9 commit 78ce6c4
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 @@ -75,10 +75,10 @@ Homepage = "https://csdms.colorado.edu"
Repository = "https://github.com/csdms/bmi-tester"

[project.scripts]
bmi-test = "bmi_tester.bmipytest:main"
bmi-test = "bmi_tester.main:main"

[project.entry-points."bmi.plugins"]
bmi_test = "bmi_tester.bmipytest:configure_parser_test"
bmi_test = "bmi_tester.main:configure_parser_test"

[build-system]
requires = [
Expand Down

0 comments on commit 78ce6c4

Please sign in to comment.