-
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
make immersive dark mode be applied on W10 systems also
- Loading branch information
1 parent
ba5ca37
commit 05d620f
Showing
3 changed files
with
52 additions
and
49 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,18 +5,18 @@ | |
|
||
setuptools.setup( | ||
name="win32mica", | ||
version="1.7", | ||
version="1.8", | ||
author="Martí Climent", | ||
author_email="[email protected]", | ||
description="Apply mica background to Windows 11 Win32 apps made with python, such as Tkinter or PyQt/PySide apps", | ||
description="Apply mica background (if supported) and immersive dark mode to Windows 11 Win32 apps made with python, such as Tkinter or PyQt/PySide apps", | ||
long_description=long_description, | ||
long_description_content_type="text/markdown", | ||
url="https://github.com/martinet101/win32mica", | ||
url="https://github.com/marticliment/win32mica", | ||
project_urls={ | ||
"Bug Tracker": "https://github.com/martinet101/win32mica/issues", | ||
"Bug Tracker": "https://github.com/marticliment/win32mica/issues", | ||
}, | ||
classifiers=[ | ||
'Intended Audience :: Developers', | ||
'Intended Audience :: Developers', | ||
"Programming Language :: Python :: 3", | ||
"License :: OSI Approved :: MIT License", | ||
"Operating System :: Microsoft :: Windows", | ||
|
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