Update readme, changelog, versions; created wiki folder

This commit is contained in:
Matteo ℱan 2020-07-01 23:23:43 +02:00
parent 00793064bc
commit 9b1fefecae
No known key found for this signature in database
GPG key ID: 3C30A05BC133D9B6
10 changed files with 1191 additions and 9 deletions

View file

@ -26,9 +26,10 @@ from pykms_GuiMisc import ToolTip, TextDoubleScroll, TextRedirect, ListboxOfRadi
from pykms_GuiMisc import custom_background, custom_pages
from pykms_Client import clt_options, clt_version, clt_config, client_thread
gui_version = "py-kms_gui_v2.0"
__license__ = "The Unlicense"
gui_version = "py-kms_gui_v3.0"
__license__ = "MIT License"
__author__ = u"Matteo an <SystemRage@protonmail.com>"
__copyright__ = "© Copyright 2020"
__url__ = "https://github.com/SystemRage/py-kms"
gui_description = "A GUI for py-kms."