mirror of
https://github.com/TomSchimansky/CustomTkinter.git
synced 2023-08-10 21:13:13 +03:00
added badges
This commit is contained in:
parent
e8a081d237
commit
b2d0ec65fe
@ -1,5 +1,5 @@
|
|||||||
![PyPI](https://img.shields.io/pypi/v/customtkinter)
|
![PyPI](https://img.shields.io/pypi/v/customtkinter)
|
||||||
![PyPI - Downloads](https://img.shields.io/pypi/dm/customtkinter)
|
![PyPI - Downloads](https://img.shields.io/pypi/dm/customtkinter?color=green)
|
||||||
![PyPI - License](https://img.shields.io/pypi/l/customtkinter)
|
![PyPI - License](https://img.shields.io/pypi/l/customtkinter)
|
||||||
|
|
||||||
# CustomTkinter
|
# CustomTkinter
|
||||||
|
2
setup.py
2
setup.py
@ -10,7 +10,7 @@ def read(filename):
|
|||||||
|
|
||||||
|
|
||||||
setup(name="customtkinter",
|
setup(name="customtkinter",
|
||||||
version="0.5",
|
version="1.0",
|
||||||
author="Tom Schimansky",
|
author="Tom Schimansky",
|
||||||
license="Creative Commons Zero v1.0 Universal",
|
license="Creative Commons Zero v1.0 Universal",
|
||||||
url="https://github.com/TomSchimansky/CustomTkinter",
|
url="https://github.com/TomSchimansky/CustomTkinter",
|
||||||
|
Loading…
Reference in New Issue
Block a user