mirror of
https://github.com/TomSchimansky/CustomTkinter.git
synced 2023-08-10 21:13:13 +03:00
changed theme file format
This commit is contained in:
12
setup.cfg
12
setup.cfg
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user