mirror of
https://github.com/TomSchimansky/CustomTkinter.git
synced 2023-08-10 21:13:13 +03:00
readme update
This commit is contained in:
4
setup.py
4
setup.py
@ -18,7 +18,7 @@ def read(filename):
|
||||
|
||||
|
||||
setup(name="customtkinter",
|
||||
version="1.2",
|
||||
version="1.3",
|
||||
author="Tom Schimansky",
|
||||
license="Creative Commons Zero v1.0 Universal",
|
||||
url="https://github.com/TomSchimansky/CustomTkinter",
|
||||
@ -29,4 +29,4 @@ setup(name="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"])
|
||||
|
Reference in New Issue
Block a user