Skip to content

Commit

Permalink
Merge pull request #11 from Capsize-Games/develop
Browse files Browse the repository at this point in the history
Fixes for upcoming build
  • Loading branch information
w4ffl35 authored Mar 28, 2023
2 parents 194b47d + 00d4d1a commit c995500
Show file tree
Hide file tree
Showing 14 changed files with 3 additions and 158 deletions.
155 changes: 0 additions & 155 deletions chatai/llm_window.py

This file was deleted.

4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
license="AGPL-3.0",
author_email="[email protected]",
url="https://github.com/w4ffl35/chat-ai",
package_dir={"": "chatai"},
packages=find_packages("chatai"),
package_dir={"": "src"},
packages=find_packages("src"),
include_package_data=True,
python_requires=">=3.10.0",
install_requires=[
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion chatai/chatbot.py → src/chatai/chatbot.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
from PyQt6 import uic
from PyQt6.QtCore import pyqtSlot
from PyQt6.QtWidgets import QFileDialog, QApplication
from conversation import Conversation
from chatai.conversation import Conversation
from main_llm import LLMWindow


Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit c995500

Please sign in to comment.