fixed changelog

This commit is contained in:
Tom Schimansky 2022-12-01 00:31:48 +01:00
parent d3d1469af5
commit 83dedea59c
2 changed files with 1 additions and 5 deletions

View File

@ -5,10 +5,6 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
ToDo:
- change font attribute in wiki
- add new button attributes to wiki
- create grayscale theme file
- cursor configuring
- overwrite winfo methods

View File

@ -17,7 +17,6 @@ classifiers =
python_requires = >=3.7
packages =
customtkinter
customtkinter.utility
customtkinter.windows
customtkinter.windows.widgets
customtkinter.windows.widgets.appearance_mode
@ -27,6 +26,7 @@ packages =
customtkinter.windows.widgets.image
customtkinter.windows.widgets.scaling
customtkinter.windows.widgets.theme
customtkinter.windows.widgets.utility
install_requires =
darkdetect
typing_extensions; python_version<="3.7"