1 Star 0 Fork 0

希言自然/zhiyiYo.PyQt-Fluent-Widgets

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
setup.py 1.13 KB
一键复制 编辑 原始数据 按行查看 历史
import setuptools
with open('README.md', encoding='utf-8') as f:
long_description = f.read()
setuptools.setup(
name="PyQt-Fluent-Widgets",
version="1.7.3",
keywords="pyqt fluent widgets",
author="zhiyiYo",
author_email="[email protected]",
description="A fluent design widgets library based on PyQt5",
long_description=long_description,
long_description_content_type='text/markdown',
license="GPLv3",
url="https://qfluentwidgets.com",
packages=setuptools.find_packages(),
install_requires=[
"PyQt5>=5.15.0",
"PyQt5-Frameless-Window>=0.4.0",
"darkdetect",
],
extras_require = {
'full': ['scipy', 'pillow', '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',
}
)
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/fjddao/PyQt-Fluent-Widgets.git
[email protected]:fjddao/PyQt-Fluent-Widgets.git
fjddao
PyQt-Fluent-Widgets
zhiyiYo.PyQt-Fluent-Widgets
master

搜索帮助