File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -48,6 +48,7 @@ test-utils:
48
48
# Target to create an executable using PyInstaller
49
49
build : install
50
50
$(PI ) install --upgrade pyinstaller
51
+ $(PI ) uninstall gpt4all -y
51
52
$(PYINSTALLER ) main.py \
52
53
--onefile \
53
54
--exclude pandas \
@@ -59,14 +60,14 @@ build: install
59
60
--exclude matplotlib \
60
61
--exclude PyQt5 \
61
62
--exclude PyQt6 \
62
- --exclude gpt4all \
63
63
--exclude share \
64
64
--icon assets/logo.png \
65
65
--noconfirm
66
66
67
67
# Target to create .deb file
68
68
build-deb : install
69
69
$(PI ) install --upgrade pyinstaller
70
+ $(PI ) uninstall gpt4all -y
70
71
$(PYINSTALLER ) main.py \
71
72
--onedir \
72
73
--exclude pandas \
@@ -78,7 +79,6 @@ build-deb: install
78
79
--exclude matplotlib \
79
80
--exclude PyQt5 \
80
81
--exclude PyQt6 \
81
- --exclude gpt4all \
82
82
--exclude share \
83
83
--name pytgpt \
84
84
--contents-directory . \
Original file line number Diff line number Diff line change 54
54
55
55
setup (
56
56
name = "python-tgpt" ,
57
- version = "0.7.9 " ,
57
+ version = "0.8.0 " ,
58
58
license = "MIT" ,
59
59
author = "Smartwa" ,
60
60
maintainer = "Smartwa" ,
You can’t perform that action at this time.
0 commit comments