Added __version__.py

Added information about soypak
This commit is contained in:
Ethan Smith-Coss 2023-07-04 20:49:48 +01:00
parent 419be2811c
commit 50f11060e6
Signed by: TheOnePath
GPG Key ID: 4E7D436CE1A0BAF1

9
soypak/__version__.py Normal file
View File

@ -0,0 +1,9 @@
__title__ = "soypak"
__description__ = "A package manager to manage Microsoft apps."
__url__ = "https://git.closedless.xyz/ClosedLess/soypak"
__version__ = "0.1.0"
__authors__ = ["Ethan Smith-Coss"]
__emails__ = ["ethan.sc@closedless.xyz"]
__licence__ = "GNU GPLv3+"
__copyright__ = "Copyright (C) ClosedLess 2023"
__biscuit__ = "\U0001f36a"