socializer/src/application.py

22 lines
1.3 KiB
Python
Raw Normal View History

2016-02-13 15:48:30 -06:00
# -*- coding: utf-8 -*-
name = "Socializer"
2018-12-13 17:14:14 -06:00
version = "0.16"
author = u"Manuel Cortez"
2016-02-13 15:48:30 -06:00
authorEmail = "manuel@manuelcortez.net"
2018-01-14 07:22:54 -06:00
copyright = u"Copyright (C) 2016-2018, Manuel Cortez"
2016-02-13 15:48:30 -06:00
description = unicode(name+" Is an accessible VK client for Windows.")
2018-01-14 07:22:54 -06:00
url = "https://manuelcortez.net/socializer"
2016-02-13 15:48:30 -06:00
# The short name will be used for detecting translation files. See languageHandler for more details.
short_name = "socializer"
translators = [u"Darya Ratnikova (Russian)", u"Manuel Cortez (Spanish)"]
bts_name = "socializer"
bts_access_token = "U29jaWFsaXplcg"
bts_url = "https://issues.manuelcortez.net"
### Update information
# URL to retrieve the latest updates for the stable branch.
update_stable_url = "https://code.manuelcortez.net/manuelcortez/socializer/raw/master/update-files/socializer.json"
# URL to retrieve update information for the "next" branch. This is a channel made for alpha versions.
# Every commit will trigger an update, so users wanting to have the bleeding edge code will get it as soon as it is committed here and build by a runner.
update_next_url = "https://code.manuelcortez.net/api/v4/projects/4/repository/commits/master"
# Short_id of the last commit, this is set to none here because it will be set manually by the building tools.
update_next_version = "03286a44"