CustomTkinter/setup.cfg

34 lines
1.2 KiB
INI
Raw Permalink Normal View History

2022-05-08 19:21:19 +03:00
[metadata]
name = customtkinter
2023-02-06 14:55:59 +03:00
version = 5.1.1
2022-05-22 20:56:18 +03:00
description = Create modern looking GUIs with Python
2022-12-07 01:19:43 +03:00
long_description = A modern and customizable python UI-library based on Tkinter: 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
2022-05-22 03:12:13 +03:00
customtkinter.windows
2022-11-27 04:48:09 +03:00
customtkinter.windows.widgets
customtkinter.windows.widgets.appearance_mode
customtkinter.windows.widgets.core_rendering
customtkinter.windows.widgets.core_widget_classes
customtkinter.windows.widgets.font
customtkinter.windows.widgets.image
customtkinter.windows.widgets.scaling
customtkinter.windows.widgets.theme
2022-12-01 02:31:48 +03:00
customtkinter.windows.widgets.utility
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