提交 bb6cb4d7 编写于 作者: 之一Yo's avatar 之一Yo

更换许可证

上级 059b2599
此差异已折叠。
...@@ -53,26 +53,6 @@ Here are some projects that use PyQt-Fluent-Widgets: ...@@ -53,26 +53,6 @@ Here are some projects that use PyQt-Fluent-Widgets:
## License ## License
```txt PyQt-Fluent-Widgets is licensed under [GPLv3](./LICENSE).
MIT License
Copyright (c) 2021 Huang Zhengzhi Copyright © 2021 by zhiyiYo.
\ No newline at end of file
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
```
...@@ -8,11 +8,11 @@ online at https://pyqt-fluent-widgets.readthedocs.io. ...@@ -8,11 +8,11 @@ online at https://pyqt-fluent-widgets.readthedocs.io.
Examples are available at https://github.com/zhiyiYo/PyQt-Fluent-Widgets/tree/master/examples. Examples are available at https://github.com/zhiyiYo/PyQt-Fluent-Widgets/tree/master/examples.
:copyright: (c) 2023 by zhiyiYo. :copyright: (c) 2021 by zhiyiYo.
:license: MIT, see LICENSE for more details. :license: GPLv3, see LICENSE for more details.
""" """
__version__ = "0.4.5" __version__ = "0.4.6"
from .components import * from .components import *
from .common import * from .common import *
......
...@@ -6,14 +6,14 @@ with open('README.md', encoding='utf-8') as f: ...@@ -6,14 +6,14 @@ with open('README.md', encoding='utf-8') as f:
setuptools.setup( setuptools.setup(
name="PyQt-Fluent-Widgets", name="PyQt-Fluent-Widgets",
version="0.4.5", version="0.4.6",
keywords="pyqt fluent widgets", keywords="pyqt fluent widgets",
author="zhiyiYo", author="zhiyiYo",
author_email="shokokawaii@outlook.com", author_email="shokokawaii@outlook.com",
description="A fluent design widgets library based on PyQt5", description="A fluent design widgets library based on PyQt5",
long_description=long_description, long_description=long_description,
long_description_content_type='text/markdown', long_description_content_type='text/markdown',
license="MIT", license="GPLv3",
url="https://github.com/zhiyiYo/PyQt-Fluent-Widgets", url="https://github.com/zhiyiYo/PyQt-Fluent-Widgets",
packages=setuptools.find_packages(), packages=setuptools.find_packages(),
install_requires=[ install_requires=[
...@@ -25,7 +25,7 @@ setuptools.setup( ...@@ -25,7 +25,7 @@ setuptools.setup(
}, },
classifiers=[ classifiers=[
'Programming Language :: Python :: 3', 'Programming Language :: Python :: 3',
'License :: OSI Approved :: MIT License', 'License :: OSI Approved :: GNU General Public License v3 (GPLv3)',
'Operating System :: OS Independent' 'Operating System :: OS Independent'
], ],
project_urls={ project_urls={
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册