-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
25c0d5f
commit 7892532
Showing
4 changed files
with
72 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,11 +3,11 @@ | |
with open("README.md", "r", encoding="utf-8") as readme: | ||
long_description = readme.read() | ||
|
||
requires = ["Pillow>=9.0.0", "darkdetect>=0.8.0"] | ||
requires = ["Pillow>=10.2.0", "darkdetect>=0.8.0"] | ||
|
||
setup( | ||
name="CustomTkinterTitlebar", | ||
version="1.0.8.2", | ||
version="1.0.8.3", | ||
author="littlewhitecloud", | ||
author_email="[email protected]", | ||
description="This is a 📚project can help you to have a custom titlebar! 这是一个可以创建自定义标题栏的📚项目", | ||
|
@@ -21,8 +21,6 @@ | |
"Development Status :: 5 - Production/Stable", | ||
"Intended Audience :: Developers", | ||
"License :: OSI Approved :: MIT License", | ||
"Programming Language :: Python :: 3.8", | ||
"Programming Language :: Python :: 3.9", | ||
"Programming Language :: Python :: 3.10", | ||
"Programming Language :: Python :: 3.11", | ||
"Programming Language :: Python :: 3.12", | ||
|