Skip to content

Commit 8dfc34d

Browse files
committed
fix
1 parent 6daab72 commit 8dfc34d

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ qtmodern6
99
``qtmodern6`` 是在``gmarull/qtmodern``项目基础上修改而来的。
1010
查看原项目请点击:<https://github.com/gmarull/qtmodern>
1111

12-
原项目只能支持``PyQt``、``PySide2``且已经停止维护。git上也没能找到类似的项目。
12+
原项目只能支持``PyQt``、``PySide2``, 且已经停止维护。git上也没能找到类似的项目。
1313
因此就考虑修改原项目以适配``PySide6``。
1414

1515

@@ -22,7 +22,7 @@ qtmodern6
2222

2323
基本用法和原来一样。
2424

25-
安装python版本>=3.9):
25+
安装(python版本>=3.9):
2626
-----
2727

2828
pip install qtmodern6

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
PySide6==6.0.0
1+
PySide6>=6.0.0

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
version=_version,
1010
packages=['qtmodern6'],
1111
description='PySide6 Widgets Modern User Interface',
12-
long_description=open('README.rst').read(),
12+
long_description=open('README.rst', encoding='utf-8').read(),
1313
author='hua Layn',
1414
author_email='layn@jinkuni.com',
1515
url='https://www.github.com/hualayn/qtmodern6',

0 commit comments

Comments
 (0)