Add infos in version
parent
3a7ffaef6d
commit
3506f8de17
|
@ -1,4 +1,12 @@
|
||||||
NAME = "lokrez"
|
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_MAJOR = 1
|
||||||
VERSION_MINOR = 0
|
VERSION_MINOR = 0
|
||||||
|
@ -14,3 +22,5 @@ VERSION_NAME = "{} - {}".format(
|
||||||
NAME,
|
NAME,
|
||||||
__version__,
|
__version__,
|
||||||
)
|
)
|
||||||
|
|
||||||
|
__license__ = "MIT"
|
||||||
|
|
Loading…
Reference in New Issue