fix: pyproject

Signed-off-by: yihong0618 <zouzou0208@gmail.com>
This commit is contained in:
yihong0618 2024-05-02 08:33:16 +08:00
parent e7ae81eeeb
commit 307898f5cd

View File

@ -3,6 +3,7 @@ name = "bbook-maker"
description = "The bilingual_book_maker is an AI translation tool that uses ChatGPT to assist users in creating multi-language versions of epub/txt files and books." description = "The bilingual_book_maker is an AI translation tool that uses ChatGPT to assist users in creating multi-language versions of epub/txt files and books."
readme = "README.md" readme = "README.md"
license = {text = "MIT"} license = {text = "MIT"}
dynamic = ["version"]
requires-python = ">=3.9" requires-python = ">=3.9"
authors = [ authors = [
{ name = "yihong0618", email = "zouzou0208@gmail.com" }, { name = "yihong0618", email = "zouzou0208@gmail.com" },