We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87c2cf9 commit 3a07356Copy full SHA for 3a07356
.gitignore
@@ -84,7 +84,7 @@ __pycache__/
84
.Python
85
build/
86
develop-eggs/
87
-dist/
+#dist/
88
downloads/
89
eggs/
90
.eggs/
README.md
@@ -48,10 +48,12 @@ pip install mqttclient
48
pyinstaller MQTTClient.py -w --windowed
49
50
### Windows
51
-pyinstaller --add-data 'icon.png:.' --add-data 'README.md:.' --add-data 'LICENSE:.' --icon=icon.ico MQTTClient.py --noconsole
+
52
+pyinstaller MQTTClient.py -w --windowed
53
54
### Linux
55
56
57
58
## Using TestPyPI with Twine
59
dist/MQTTClient_x64_0v3.zip
9.15 MB
0 commit comments