chatbotai-gui 2.1.0.post2__tar.gz → 2.1.1.post230829038032890382908901890812039__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (13) hide show
  1. {chatbotai_gui-2.1.0.post2 → chatbotai_gui-2.1.1.post230829038032890382908901890812039}/PKG-INFO +1 -1
  2. chatbotai_gui-2.1.1.post230829038032890382908901890812039/chatai/defaulticon.png +0 -0
  3. {chatbotai_gui-2.1.0.post2 → chatbotai_gui-2.1.1.post230829038032890382908901890812039}/chatbotai_gui.egg-info/PKG-INFO +1 -1
  4. {chatbotai_gui-2.1.0.post2 → chatbotai_gui-2.1.1.post230829038032890382908901890812039}/chatbotai_gui.egg-info/SOURCES.txt +1 -0
  5. {chatbotai_gui-2.1.0.post2 → chatbotai_gui-2.1.1.post230829038032890382908901890812039}/pyproject.toml +2 -2
  6. {chatbotai_gui-2.1.0.post2 → chatbotai_gui-2.1.1.post230829038032890382908901890812039}/README.rst +0 -0
  7. {chatbotai_gui-2.1.0.post2 → chatbotai_gui-2.1.1.post230829038032890382908901890812039}/chatai/__init__.py +0 -0
  8. {chatbotai_gui-2.1.0.post2 → chatbotai_gui-2.1.1.post230829038032890382908901890812039}/chatai/__main__.py +0 -0
  9. {chatbotai_gui-2.1.0.post2 → chatbotai_gui-2.1.1.post230829038032890382908901890812039}/chatai/chatbotgui.py +0 -0
  10. {chatbotai_gui-2.1.0.post2 → chatbotai_gui-2.1.1.post230829038032890382908901890812039}/chatbotai_gui.egg-info/dependency_links.txt +0 -0
  11. {chatbotai_gui-2.1.0.post2 → chatbotai_gui-2.1.1.post230829038032890382908901890812039}/chatbotai_gui.egg-info/requires.txt +0 -0
  12. {chatbotai_gui-2.1.0.post2 → chatbotai_gui-2.1.1.post230829038032890382908901890812039}/chatbotai_gui.egg-info/top_level.txt +0 -0
  13. {chatbotai_gui-2.1.0.post2 → chatbotai_gui-2.1.1.post230829038032890382908901890812039}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: chatbotai-gui
3
- Version: 2.1.0.post2
3
+ Version: 2.1.1.post230829038032890382908901890812039
4
4
  Summary: A chatbot GUI that uses OpenAI, MetaAI, and Google Generative AI.
5
5
  Author: ProgMEM-CC
6
6
  License: AGPL-3.0-or-later
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: chatbotai-gui
3
- Version: 2.1.0.post2
3
+ Version: 2.1.1.post230829038032890382908901890812039
4
4
  Summary: A chatbot GUI that uses OpenAI, MetaAI, and Google Generative AI.
5
5
  Author: ProgMEM-CC
6
6
  License: AGPL-3.0-or-later
@@ -3,6 +3,7 @@ pyproject.toml
3
3
  chatai/__init__.py
4
4
  chatai/__main__.py
5
5
  chatai/chatbotgui.py
6
+ chatai/defaulticon.png
6
7
  chatbotai_gui.egg-info/PKG-INFO
7
8
  chatbotai_gui.egg-info/SOURCES.txt
8
9
  chatbotai_gui.egg-info/dependency_links.txt
@@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"
5
5
 
6
6
  [project]
7
7
  name = "chatbotai-gui"
8
- version = "2.1.0post2"
8
+ version = "2.1.1post230829038032890382908901890812039"
9
9
  description = "A chatbot GUI that uses OpenAI, MetaAI, and Google Generative AI."
10
10
  authors = [{ name = "ProgMEM-CC" }]
11
11
  license = { text = "AGPL-3.0-or-later" } # ✅ No `license-file`
@@ -32,4 +32,4 @@ packages = ["chatai"]
32
32
  license-files = [] # ✅ Explicitly disable auto-detecting LICENSE file
33
33
 
34
34
  [tool.setuptools.package-data]
35
- "chatai" = ["*.txt", "*.md", "*.json"]
35
+ "chatai" = ["*.txt", "*.md", "*.json","*.png"]