Skip to content

Commit 504fdbd

Browse files
committed
Version 0.1.6
尝试修复 PyPI 发行版 0.1.5 中的错误;
1 parent 2f89e95 commit 504fdbd

2 files changed

Lines changed: 3 additions & 4 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
11
[tool.poetry]
22
name = "py2exe-gui"
3-
version = "0.1.5"
3+
version = "0.1.6"
44
description = "GUI for PyInstaller, based on PySide6"
55
keywords = ["PyInstaller", "GUI", "PySide6"]
66
authors = ["muzing <muzi2001@foxmail.com>"]
77
license = "GPL-3.0-or-later"
88
readme = "README.md"
99
repository = "https://github.com/muziing/Py2exe-GUI"
10-
exclude = ["src/py2exe_gui/Resources"]
11-
include = ["src/py2exe_gui/Resources/compiled_resources.py"]
10+
exclude = ["src/py2exe_gui/Resources/Icons"]
1211

1312
[tool.poetry.dependencies]
1413
python = ">=3.7,<3.11"

src/py2exe_gui/Constants/app_constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
"""
44

55
NAME = "Py2exe-GUI"
6-
VERSION = "0.1.5"
6+
VERSION = "0.1.6"
77
AUTHORS = ["muzing <muzi2001@foxmail.com>"]
88
LICENSE = "GPL-3.0-or-later"

0 commit comments

Comments
 (0)