mirror of
https://github.com/TomSchimansky/CustomTkinter.git
synced 2023-08-10 21:13:13 +03:00
fixed changelog
This commit is contained in:
parent
d3d1469af5
commit
83dedea59c
@ -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
|
||||
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user