changed theme file format

This commit is contained in:
Tom Schimansky
2022-11-27 02:48:09 +01:00
parent a921eb824d
commit 01e64f38e8
25 changed files with 497 additions and 240 deletions

View File

@@ -2,7 +2,7 @@
name = customtkinter
version = 4.6.3
description = Create modern looking GUIs with Python
long_description = CustomTkinter UI-Library\n\n[](https://github.com/TomSchimansky/CustomTkinter/blob/master/documentation_images/Windows_dark.png)\n\nMore Information: https://github.com/TomSchimansky/CustomTkinter
long_description = file: Readme.md
long_description_content_type = text/markdown
url = https://github.com/TomSchimansky/CustomTkinter
author = Tom Schimansky
@@ -17,8 +17,16 @@ classifiers =
python_requires = >=3.7
packages =
customtkinter
customtkinter.widgets
customtkinter.utility
customtkinter.windows
customtkinter.windows.widgets
customtkinter.windows.widgets.appearance_mode
customtkinter.windows.widgets.core_rendering
customtkinter.windows.widgets.core_widget_classes
customtkinter.windows.widgets.font
customtkinter.windows.widgets.image
customtkinter.windows.widgets.scaling
customtkinter.windows.widgets.theme
install_requires =
darkdetect
typing_extensions; python_version<="3.7"