Skip to content

Commit

Permalink
Fix pyproject
Browse files Browse the repository at this point in the history
  • Loading branch information
gizmo385 committed Sep 5, 2024
1 parent 607a5a7 commit 6ae0e3d
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 @@ -2,7 +2,7 @@
name = "lazy-github"
description = "A terminal UI for interacting with Github"
readme = "README.md"
version = "0.1.3"
version = "0.1.4"
authors = [
{ name = "Chris Chapline", email = "[email protected]" },
]
Expand All @@ -29,7 +29,7 @@ dependencies = [
]

[project.scripts]
lazy-github = "lazy_github.__main__:main"
lazy-github = "lazy_github.cli:cli"

[tool.hatch.envs.default]
installer = "uv"
Expand Down

0 comments on commit 6ae0e3d

Please sign in to comment.