We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
0.1.6
1 parent 2f89e95 commit 504fdbdCopy full SHA for 504fdbd
2 files changed
pyproject.toml
@@ -1,14 +1,13 @@
1
[tool.poetry]
2
name = "py2exe-gui"
3
-version = "0.1.5"
+version = "0.1.6"
4
description = "GUI for PyInstaller, based on PySide6"
5
keywords = ["PyInstaller", "GUI", "PySide6"]
6
authors = ["muzing <muzi2001@foxmail.com>"]
7
license = "GPL-3.0-or-later"
8
readme = "README.md"
9
repository = "https://github.com/muziing/Py2exe-GUI"
10
-exclude = ["src/py2exe_gui/Resources"]
11
-include = ["src/py2exe_gui/Resources/compiled_resources.py"]
+exclude = ["src/py2exe_gui/Resources/Icons"]
12
13
[tool.poetry.dependencies]
14
python = ">=3.7,<3.11"
src/py2exe_gui/Constants/app_constants.py
@@ -3,6 +3,6 @@
"""
NAME = "Py2exe-GUI"
-VERSION = "0.1.5"
+VERSION = "0.1.6"
AUTHORS = ["muzing <muzi2001@foxmail.com>"]
LICENSE = "GPL-3.0-or-later"
0 commit comments