Skip to content

Commit

Permalink
Fix package name
Browse files Browse the repository at this point in the history
  • Loading branch information
liquidz00 committed Jul 6, 2024
1 parent 6a253be commit f31ff66
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 @@ -42,7 +42,7 @@ Documentation = "https://github.com/liquidz00/Patcher/wiki"
Source = "https://github.com/liquidz00/Patcher"

[project.scripts]
patcherctl = "Patcher.cli:main"
patcherctl = "patcher.cli:main"

[project.optional-dependencies]
dev = [
Expand Down Expand Up @@ -72,7 +72,7 @@ package-dir = { "" = "src" }
where = ["src"]

[tool.setuptools.dynamic]
version = { attr = "Patcher.__about__.__version__" }
version = { attr = "patcher.__about__.__version__" }
readme = { file = ["README.md"], content-type = "text/markdown" }

[tool.pytest.ini_options]
Expand Down

0 comments on commit f31ff66

Please sign in to comment.