Skip to content

Commit bae1d3f

Browse files
committed
[fix] entry point error
1 parent 267da42 commit bae1d3f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ macos = [
5757
"Source Code" = "https://github.com/Lanznx/lazy-b"
5858

5959
[project.scripts]
60-
lazy-b = "src.lazy_b.cli:main"
60+
lazy-b = "lazy_b.cli:main"
6161

6262
[tool.hatch.build.targets.wheel]
6363
packages = ["src/lazy_b"]
@@ -76,15 +76,15 @@ line-length = 88
7676
target-version = ["py38"]
7777

7878
[tool.ruff]
79-
target-version = "0.1.8"
79+
target-version = "py38"
8080
line-length = 88
8181

8282
[tool.ruff.lint]
8383
select = ["E", "F", "B", "I"]
8484
ignore = []
8585

8686
[tool.mypy]
87-
python_version = "0.1.8"
87+
python_version = "3.8"
8888
warn_return_any = true
8989
warn_unused_configs = true
9090
disallow_untyped_defs = true

0 commit comments

Comments
 (0)