Skip to content

Commit

Permalink
Rename main_cli to main
Browse files Browse the repository at this point in the history
  • Loading branch information
uw0s committed Apr 29, 2024
1 parent 0b5b114 commit 69c323c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion python/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -1556,7 +1556,7 @@ def meddisc() -> None:
unittest.main()


def main_cli() -> None:
def main() -> None:
import fire

os.environ["STAGING"] = "1"
Expand Down
2 changes: 1 addition & 1 deletion python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ dev = [
]

[project.scripts]
meddisc = "main:main_cli"
meddisc = "main:main"

[tool.setuptools]
py-modules = ["main"]
Expand Down

0 comments on commit 69c323c

Please sign in to comment.