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).
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||||
|
|
||||||
ToDo:
|
ToDo:
|
||||||
- change font attribute in wiki
|
|
||||||
- add new button attributes to wiki
|
|
||||||
|
|
||||||
- create grayscale theme file
|
|
||||||
- cursor configuring
|
- cursor configuring
|
||||||
- overwrite winfo methods
|
- overwrite winfo methods
|
||||||
|
|
||||||
|
@ -17,7 +17,6 @@ classifiers =
|
|||||||
python_requires = >=3.7
|
python_requires = >=3.7
|
||||||
packages =
|
packages =
|
||||||
customtkinter
|
customtkinter
|
||||||
customtkinter.utility
|
|
||||||
customtkinter.windows
|
customtkinter.windows
|
||||||
customtkinter.windows.widgets
|
customtkinter.windows.widgets
|
||||||
customtkinter.windows.widgets.appearance_mode
|
customtkinter.windows.widgets.appearance_mode
|
||||||
@ -27,6 +26,7 @@ packages =
|
|||||||
customtkinter.windows.widgets.image
|
customtkinter.windows.widgets.image
|
||||||
customtkinter.windows.widgets.scaling
|
customtkinter.windows.widgets.scaling
|
||||||
customtkinter.windows.widgets.theme
|
customtkinter.windows.widgets.theme
|
||||||
|
customtkinter.windows.widgets.utility
|
||||||
install_requires =
|
install_requires =
|
||||||
darkdetect
|
darkdetect
|
||||||
typing_extensions; python_version<="3.7"
|
typing_extensions; python_version<="3.7"
|
||||||
|
Loading…
Reference in New Issue
Block a user