Skip to content

Commit

Permalink
Rename cli.py -> __main__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
wkentaro committed Jan 28, 2024
1 parent ac7fba5 commit 79d82aa
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ fragments = [
source = "vcs"

[project.scripts]
gdown = "gdown.cli:main"
gdown = "gdown.__main__:main"

[tool.mypy]
ignore_missing_imports = true
Expand Down

0 comments on commit 79d82aa

Please sign in to comment.