为exe添加图标

This commit is contained in:
xaoyaoo 2023-12-01 18:12:13 +08:00
parent 52c56adc10
commit e2a7efbc14

View File

@ -3,7 +3,7 @@ from setuptools import setup, find_packages
with open("README.md", "r", encoding="utf-8") as fh: with open("README.md", "r", encoding="utf-8") as fh:
long_description = fh.read() long_description = fh.read()
version = "2.2.16" version = "2.2.17"
install_requires = [ install_requires = [
"psutil", "psutil",