diff --git a/pyproject.toml b/pyproject.toml index 73ac7a20..e1d34775 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" },