refined CTkRadioButton and complex_example.py, version 3.3

This commit is contained in:
Tom Schimansky
2022-03-05 13:05:39 +01:00
parent 6c976245aa
commit 0d32213325
10 changed files with 74 additions and 74 deletions

View File

@ -19,15 +19,17 @@ def read(filename):
setup(name="customtkinter",
version="3.0",
version="3.3",
author="Tom Schimansky",
license="Creative Commons Zero v1.0 Universal",
url="https://github.com/TomSchimansky/CustomTkinter",
description="Create modern looking gui with tkinter and python",
long_description_content_type="text/markdown",
long_description=read('Readme_pypi.md'),
include_package_data=True,
packages=["customtkinter"],
classifiers=["Operating System :: OS Independent",
"Programming Language :: Python :: 3",
"License :: CC0 1.0 Universal (CC0 1.0) Public Domain Dedication"],
install_requires=["darkdetect"])
install_requires=["darkdetect",
"pyglet"])