Skip to content

Commit

Permalink
Fix hatch build path includes
Browse files Browse the repository at this point in the history
  • Loading branch information
gizmo385 committed Sep 12, 2024
1 parent d8a3183 commit 9c8d737
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 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.5"
version = "0.1.6"
authors = [
{ name = "Chris Chapline", email = "[email protected]" },
]
Expand Down Expand Up @@ -34,8 +34,8 @@ lazy-github = "lazy_github.cli:cli"
[tool.hatch.envs.default]
installer = "uv"

[tool.setuptools]
packages = ["lazy_github"]
[tool.setuptools.packages.find]
include = ["lazy_github*"]

[tool.ruff]

Expand Down
4 changes: 2 additions & 2 deletions uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 9c8d737

Please sign in to comment.