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.
- {chatbotai_gui-2.1.0.post2 → chatbotai_gui-2.1.1.post230829038032890382908901890812039}/PKG-INFO +1 -1
- chatbotai_gui-2.1.1.post230829038032890382908901890812039/chatai/defaulticon.png +0 -0
- {chatbotai_gui-2.1.0.post2 → chatbotai_gui-2.1.1.post230829038032890382908901890812039}/chatbotai_gui.egg-info/PKG-INFO +1 -1
- {chatbotai_gui-2.1.0.post2 → chatbotai_gui-2.1.1.post230829038032890382908901890812039}/chatbotai_gui.egg-info/SOURCES.txt +1 -0
- {chatbotai_gui-2.1.0.post2 → chatbotai_gui-2.1.1.post230829038032890382908901890812039}/pyproject.toml +2 -2
- {chatbotai_gui-2.1.0.post2 → chatbotai_gui-2.1.1.post230829038032890382908901890812039}/README.rst +0 -0
- {chatbotai_gui-2.1.0.post2 → chatbotai_gui-2.1.1.post230829038032890382908901890812039}/chatai/__init__.py +0 -0
- {chatbotai_gui-2.1.0.post2 → chatbotai_gui-2.1.1.post230829038032890382908901890812039}/chatai/__main__.py +0 -0
- {chatbotai_gui-2.1.0.post2 → chatbotai_gui-2.1.1.post230829038032890382908901890812039}/chatai/chatbotgui.py +0 -0
- {chatbotai_gui-2.1.0.post2 → chatbotai_gui-2.1.1.post230829038032890382908901890812039}/chatbotai_gui.egg-info/dependency_links.txt +0 -0
- {chatbotai_gui-2.1.0.post2 → chatbotai_gui-2.1.1.post230829038032890382908901890812039}/chatbotai_gui.egg-info/requires.txt +0 -0
- {chatbotai_gui-2.1.0.post2 → chatbotai_gui-2.1.1.post230829038032890382908901890812039}/chatbotai_gui.egg-info/top_level.txt +0 -0
- {chatbotai_gui-2.1.0.post2 → chatbotai_gui-2.1.1.post230829038032890382908901890812039}/setup.cfg +0 -0
@@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"
|
|
5
5
|
|
6
6
|
[project]
|
7
7
|
name = "chatbotai-gui"
|
8
|
-
version = "2.1.
|
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"]
|
{chatbotai_gui-2.1.0.post2 → chatbotai_gui-2.1.1.post230829038032890382908901890812039}/README.rst
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{chatbotai_gui-2.1.0.post2 → chatbotai_gui-2.1.1.post230829038032890382908901890812039}/setup.cfg
RENAMED
File without changes
|