CustomTkinter/setup.cfg

39 lines
1.3 KiB
INI
Raw Permalink Normal View History

[metadata]
2022-05-08 19:21:19 +03:00
name = customtkinter
2023-06-19 14:54:51 +03:00
version = 5.2.0
2022-05-22 20:56:18 +03:00
description = Create modern looking GUIs with Python
2023-05-05 19:54:32 +03:00
long_description = A modern and customizable python UI-library based on Tkinter: https://customtkinter.tomschimansky.com
2022-05-08 19:21:19 +03:00
long_description_content_type = text/markdown
2023-05-05 19:54:32 +03:00
url = https://customtkinter.tomschimansky.com
2022-05-08 19:21:19 +03:00
author = Tom Schimansky
license = Creative Commons Zero v1.0 Universal
license_file = LICENSE
classifiers =
2023-06-19 15:01:01 +03:00
License :: OSI Approved :: MIT License
2022-05-08 19:21:19 +03:00
Operating System :: OS Independent
Programming Language :: Python :: 3 :: Only
2023-05-05 19:54:32 +03:00
[project.urls]
homepage = https://customtkinter.tomschimansky.com
documentation = https://customtkinter.tomschimansky.com/documentation
repository = https://github.com/tomschimansky/customtkinter
2022-05-08 19:21:19 +03:00
[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