mirror of
https://github.com/TomSchimansky/CustomTkinter.git
synced 2023-08-10 21:13:13 +03:00
add new website links
This commit is contained in:
11
setup.cfg
11
setup.cfg
@@ -1,10 +1,10 @@
|
||||
[metadata]
|
||||
[project]
|
||||
name = customtkinter
|
||||
version = 5.1.2
|
||||
description = Create modern looking GUIs with Python
|
||||
long_description = A modern and customizable python UI-library based on Tkinter: https://github.com/TomSchimansky/CustomTkinter
|
||||
long_description = A modern and customizable python UI-library based on Tkinter: https://customtkinter.tomschimansky.com
|
||||
long_description_content_type = text/markdown
|
||||
url = https://github.com/TomSchimansky/CustomTkinter
|
||||
url = https://customtkinter.tomschimansky.com
|
||||
author = Tom Schimansky
|
||||
license = Creative Commons Zero v1.0 Universal
|
||||
license_file = LICENSE
|
||||
@@ -13,6 +13,11 @@ classifiers =
|
||||
Operating System :: OS Independent
|
||||
Programming Language :: Python :: 3 :: Only
|
||||
|
||||
[project.urls]
|
||||
homepage = https://customtkinter.tomschimansky.com
|
||||
documentation = https://customtkinter.tomschimansky.com/documentation
|
||||
repository = https://github.com/tomschimansky/customtkinter
|
||||
|
||||
[options]
|
||||
python_requires = >=3.7
|
||||
packages =
|
||||
|
||||
Reference in New Issue
Block a user