mirror of
https://github.com/yihong0618/bilingual_book_maker.git
synced 2025-06-07 03:55:30 +00:00
fix
This commit is contained in:
parent
bd46bc0c6c
commit
66e12f1e54
3
setup.py
3
setup.py
@ -12,13 +12,14 @@ packages = [
|
|||||||
"tiktoken",
|
"tiktoken",
|
||||||
"PyDeepLX",
|
"PyDeepLX",
|
||||||
"google-generativeai",
|
"google-generativeai",
|
||||||
|
"langdetect",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
||||||
setup(
|
setup(
|
||||||
name="bbook_maker",
|
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.",
|
||||||
version="0.7.2",
|
version="0.7.3",
|
||||||
license="MIT",
|
license="MIT",
|
||||||
author="yihong0618",
|
author="yihong0618",
|
||||||
author_email="zouzou0208@gmail.com",
|
author_email="zouzou0208@gmail.com",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user