mirror of
https://github.com/TomSchimansky/CustomTkinter.git
synced 2023-08-10 21:13:13 +03:00
updated documentation
This commit is contained in:
9
setup.py
9
setup.py
@ -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",
|
||||
|
Reference in New Issue
Block a user