mirror of
https://github.com/muziing/Py2exe-GUI.git
synced 2025-01-13 16:42:54 +08:00
Version 0.1.7
尝试修复 PyPI 发行版 0.1.6 中的错误;
This commit is contained in:
parent
504fdbd4fe
commit
c14000de28
@ -1,6 +1,6 @@
|
||||
[tool.poetry]
|
||||
name = "py2exe-gui"
|
||||
version = "0.1.6"
|
||||
version = "0.1.7"
|
||||
description = "GUI for PyInstaller, based on PySide6"
|
||||
keywords = ["PyInstaller", "GUI", "PySide6"]
|
||||
authors = ["muzing <muzi2001@foxmail.com>"]
|
||||
|
@ -3,6 +3,6 @@
|
||||
"""
|
||||
|
||||
NAME = "Py2exe-GUI"
|
||||
VERSION = "0.1.6"
|
||||
VERSION = "0.1.7"
|
||||
AUTHORS = ["muzing <muzi2001@foxmail.com>"]
|
||||
LICENSE = "GPL-3.0-or-later"
|
||||
|
@ -1 +1 @@
|
||||
from compiled_resources import *
|
||||
from .compiled_resources import *
|
||||
|
Loading…
x
Reference in New Issue
Block a user