Fixed build.

Signed-off-by: Pavel Kirilin <win10@list.ru>
This commit is contained in:
2024-05-02 02:29:19 +02:00
parent c0b319e79d
commit 08c44219b0
4 changed files with 10 additions and 6 deletions

View File

@ -4,6 +4,7 @@ version = "0.1.0"
description = ""
authors = ["Pavel Kirilin <win10@list.ru>"]
readme = "README.md"
include = ["anime/static/**/*"]
[tool.poetry.dependencies]
python = "^3.11"
@ -16,7 +17,7 @@ anime = "anime.__main__:main"
[tool.poetry.build]
generate-setup-file = false
script = "pre_build.py"
script = "build.py"
[build-system]
requires = ["poetry-core"]