Skip to content

Commit

Permalink
add new website links
Browse files Browse the repository at this point in the history
  • Loading branch information
TomSchimansky committed May 5, 2023
1 parent d388301 commit ccf9fdf
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 18 deletions.
2 changes: 2 additions & 0 deletions customtkinter/windows/widgets/ctk_label.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ class CTkLabel(CTkBaseClass):
"""
Label with rounded corners. Default is fg_color=None (transparent fg_color).
For detailed information check out the documentation.
state argument will probably be removed because it has no effect
"""

# attributes that are passed to and managed by the tkinter entry only:
Expand Down
15 changes: 0 additions & 15 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ requires = ["setuptools>=42", "wheel"]
build-backend = "setuptools.build_meta"

[tool.tbump]
# Uncomment this if your project is hosted on GitHub:
github_url = "https://github.com/TomSchimansky/CustomTkinter"

[tool.tbump.version]
Expand Down Expand Up @@ -33,17 +32,3 @@ src = "setup.cfg"
[[tool.tbump.file]]
src = "customtkinter/__init__.py"
search = "__version__ = \"{current_version}\""

# You can specify a list of commands to
# run after the files have been patched
# and before the git commit is made

# [[tool.tbump.before_commit]]
# name = "check changelog"
# cmd = "grep -q {new_version} Changelog.rst"

# Or run some commands after the git tag and the branch
# have been pushed:
# [[tool.tbump.after_push]]
# name = "publish"
# cmd = "./publish.sh"
11 changes: 8 additions & 3 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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 =
Expand Down

0 comments on commit ccf9fdf

Please sign in to comment.