CustomTkinter/setup.cfg
2022-07-12 21:57:50 +02:00

26 lines
902 B
INI

[metadata]
name = customtkinter
version = 4.5.5
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_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]
python_requires = >=3.7
packages =
customtkinter
customtkinter.widgets
customtkinter.windows
install_requires =
darkdetect
typing_extensions; python_version<="3.7"
include_package_data = True