From 307898f5cdef79af89e1c52ad1f70385d515118c Mon Sep 17 00:00:00 2001 From: yihong0618 Date: Thu, 2 May 2024 08:33:16 +0800 Subject: [PATCH] fix: pyproject Signed-off-by: yihong0618 --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 73ac7a2..e1d3477 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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." readme = "README.md" license = {text = "MIT"} +dynamic = ["version"] requires-python = ">=3.9" authors = [ { name = "yihong0618", email = "zouzou0208@gmail.com" },