From d43229ef6ed72ed7423ca447e7e767c35d59807e Mon Sep 17 00:00:00 2001 From: Tom Schimansky Date: Tue, 6 Dec 2022 23:19:43 +0100 Subject: [PATCH] fixed long description in setup.cfg --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 64e47c8..3a2cc9e 100644 --- a/setup.cfg +++ b/setup.cfg @@ -2,7 +2,7 @@ name = customtkinter version = 5.0.1 description = Create modern looking GUIs with Python -long_description = file: Readme.md +long_description = A modern and customizable python UI-library based on Tkinter: https://github.com/TomSchimansky/CustomTkinter long_description_content_type = text/markdown url = https://github.com/TomSchimansky/CustomTkinter author = Tom Schimansky