Skip to content

Commit

Permalink
Update pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
misaka10843 authored Oct 17, 2024
1 parent 89773a5 commit 1671934
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,18 @@ copymanga-dl = "main:main"

[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
build-backend = "hatchling.build"

[build-system]
requires = ["hatchling"]
build-backend = "hatchling.builders.plugin"

[tool.hatch.build.targets.wheel]
include = [
"cbz.py",
"epub.py",
"function.py",
"login.py",
"main.py",
"settings.py"
]

0 comments on commit 1671934

Please sign in to comment.