socializer/src/application.py

20 lines
864 B
Python
Raw Normal View History

2016-02-13 22:48:30 +01:00
# -*- coding: utf-8 -*-
import platform
arch = platform.architecture()[0]
2016-02-13 22:48:30 +01:00
name = "Socializer"
2022-01-01 01:35:26 +01:00
author = "MCV Software"
authorEmail = "info@mcvsoftware.com"
copyright = "Copyright (C) 2016-2022, MCV Software"
2019-01-02 02:42:53 +01:00
description = name+" Is an accessible VK client for Windows."
2022-01-01 01:35:26 +01:00
url = "https://socializer.su"
2016-02-13 22:48:30 +01:00
# The short name will be used for detecting translation files. See languageHandler for more details.
short_name = "socializer"
2019-01-02 02:42:53 +01:00
translators = ["Darya Ratnikova (Russian)", "Manuel Cortez (Spanish)"]
bts_name = "socializer"
bts_access_token = "U29jaWFsaXplcg"
bts_url = "https://issues.manuelcortez.net"
### Update information
2022-01-01 01:35:26 +01:00
update_url = "https://files.mcvsoftware.com/socializer/update/alpha.json"
# Short_id of the last commit, this is set to none here because it will be set manually by the building tools.
version = "2021.09.22"
update_next_version = "4bdba42e"