Skip to content

Commit

Permalink
updated
Browse files Browse the repository at this point in the history
  • Loading branch information
dai-motoki committed Jul 2, 2024
1 parent 8c43f3c commit c32679c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name="zoltraak",
version="0.1.32",
version="0.1.33",
packages=find_packages(),
# package_dir={'': '.'}, # ここでベースディレクトリを指定
install_requires=[
Expand All @@ -14,6 +14,7 @@
"wheel",
"diagrams"
"google-api-python-client", # Google APIクライアントライブラリを追加
"google-generativeai", # Google の生成 AI ライブラリを追加
],
package_data={
'': ['*.txt', '*.md', '*.json', '*.csv', '*.yaml', '*.yml'],
Expand Down

0 comments on commit c32679c

Please sign in to comment.