Add infos in version

master
Lertsenem 2020-07-22 18:06:48 +02:00
parent 3a7ffaef6d
commit 3506f8de17
1 changed files with 10 additions and 0 deletions

View File

@ -1,4 +1,12 @@
NAME = "lokrez"
DESCRIPTION = "Smash.gg-connected top8 graphics generator for Super Smash " \
"Bros Ultimate tournaments"
URL = "https://git.lertsenem.com/lertsenem/ssbu_lokrez"
AUTHOR = "Lertsenem"
ENTITY = "Smash@Lyon"
AUTHOR_EMAIL = "lertsenem@lertsenem.com"
ENTITY_EMAIL = "dev@smashatlyon.com"
VERSION_MAJOR = 1
VERSION_MINOR = 0
@ -14,3 +22,5 @@ VERSION_NAME = "{} - {}".format(
NAME,
__version__,
)
__license__ = "MIT"