2022-05-08 19:21:19 +03:00
|
|
|
[metadata]
|
|
|
|
name = customtkinter
|
2022-07-18 13:34:43 +03:00
|
|
|
version = 4.5.9
|
2022-05-22 20:56:18 +03:00
|
|
|
description = Create modern looking GUIs with Python
|
2022-06-13 16:08:13 +03:00
|
|
|
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
|
2022-05-08 19:21:19 +03:00
|
|
|
long_description_content_type = text/markdown
|
|
|
|
url = https://github.com/TomSchimansky/CustomTkinter
|
|
|
|
author = Tom Schimansky
|
|
|
|
license = Creative Commons Zero v1.0 Universal
|
|
|
|
license_file = LICENSE
|
|
|
|
classifiers =
|
|
|
|
License :: CC0 1.0 Universal (CC0 1.0) Public Domain Dedication
|
|
|
|
Operating System :: OS Independent
|
|
|
|
Programming Language :: Python :: 3 :: Only
|
|
|
|
|
|
|
|
[options]
|
2022-05-23 12:01:29 +03:00
|
|
|
python_requires = >=3.7
|
2022-05-08 19:21:19 +03:00
|
|
|
packages =
|
|
|
|
customtkinter
|
|
|
|
customtkinter.widgets
|
2022-05-22 03:12:13 +03:00
|
|
|
customtkinter.windows
|
2022-05-08 19:21:19 +03:00
|
|
|
install_requires =
|
|
|
|
darkdetect
|
2022-05-23 08:51:09 +03:00
|
|
|
typing_extensions; python_version<="3.7"
|
2022-05-08 19:21:19 +03:00
|
|
|
include_package_data = True
|