1 Star 0 Fork 1

sakura997 / PyQt-Fluent-Widgets

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
setup.py 1.16 KB
一键复制 编辑 原始数据 按行查看 历史
import setuptools
with open('README.md', encoding='utf-8') as f:
long_description = f.read()
setuptools.setup(
name="PyQt-Fluent-Widgets",
version="1.3.5",
keywords="pyqt fluent widgets",
author="zhiyiYo",
author_email="shokokawaii@outlook.com",
description="A fluent design widgets library based on PyQt5",
long_description=long_description,
long_description_content_type='text/markdown',
license="GPLv3",
url="https://github.com/zhiyiYo/PyQt-Fluent-Widgets",
packages=setuptools.find_packages(),
install_requires=[
"PyQt5>=5.15.0",
"PyQt5-Frameless-Window>=0.3.3",
"darkdetect",
],
extras_require = {
'full': ['scipy', 'pillow<=9.4.0', 'colorthief']
},
classifiers=[
'Programming Language :: Python :: 3',
'License :: OSI Approved :: GNU General Public License v3 (GPLv3)',
'Operating System :: OS Independent'
],
project_urls={
'Documentation': 'https://qfluentwidgets.com/',
'Source Code': 'https://github.com/zhiyiYo/PyQt-Fluent-Widgets',
'Bug Tracker': 'https://github.com/zhiyiYo/PyQt-Fluent-Widgets/issues',
}
)
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/sakura997_home/PyQt-Fluent-Widgets.git
git@gitee.com:sakura997_home/PyQt-Fluent-Widgets.git
sakura997_home
PyQt-Fluent-Widgets
PyQt-Fluent-Widgets
master

搜索帮助