updated documentation

This commit is contained in:
Tom Schimansky
2021-12-04 12:54:57 +01:00
parent e6d71058aa
commit 61eba796fa
5 changed files with 35 additions and 8 deletions

View File

@ -4,9 +4,10 @@ import os
# Update on pypi:
#
# 1. delete old /dist
# 2. python3 -m pip install --upgrade build
# 3. python3 -m build
# 4. python3 -m twine upload dist/*
# 2 increase both version numbers
# 3. python -m pip install --upgrade build
# 4. python -m build
# 5. python -m twine upload dist/*
#
@ -18,7 +19,7 @@ def read(filename):
setup(name="customtkinter",
version="1.3",
version="1.4",
author="Tom Schimansky",
license="Creative Commons Zero v1.0 Universal",
url="https://github.com/TomSchimansky/CustomTkinter",