mirror of
https://github.com/kuitoi/kuitoi-Server.git
synced 2025-08-17 16:25:36 +00:00
Add version file
This commit is contained in:
parent
087e1c52b4
commit
05d505e9af
11
src/__version__.py
Normal file
11
src/__version__.py
Normal file
@ -0,0 +1,11 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
|
||||
__title__ = 'KuiToi-Server'
|
||||
__description__ = 'BeamingDrive Multiplayer server compatible with BeamMP clients.'
|
||||
__url__ = 'https://github.com/kuitoi/kuitoi-Server'
|
||||
__version__ = '0.0.2'
|
||||
__build__ = 13
|
||||
__author__ = 'SantaSpeen'
|
||||
__author_email__ = 'SantaSpeen@gmail.com'
|
||||
__license__ = "FPA"
|
||||
__copyright__ = 'Copyright 2022 © SantaSpeen (Maxim Khomutov)'
|
Loading…
x
Reference in New Issue
Block a user