socializer/src/application.py

16 lines
727 B
Python
Raw Normal View History

2016-02-13 22:48:30 +01:00
# -*- coding: utf-8 -*-
name = "Socializer"
2018-12-14 00:14:14 +01:00
version = "0.16"
author = u"Manuel Cortez"
2016-02-13 22:48:30 +01:00
authorEmail = "manuel@manuelcortez.net"
2018-01-14 14:22:54 +01:00
copyright = u"Copyright (C) 2016-2018, Manuel Cortez"
2016-02-13 22:48:30 +01:00
description = unicode(name+" Is an accessible VK client for Windows.")
2018-01-14 14:22:54 +01:00
url = "https://manuelcortez.net/socializer"
2018-12-14 00:14:14 +01:00
update_url = "https://code.manuelcortez.net/manuelcortez/socializer/raw/master/update-files/socializer.json"
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"
translators = [u"Darya Ratnikova (Russian)", u"Manuel Cortez (Spanish)"]
bts_name = "socializer"
bts_access_token = "U29jaWFsaXplcg"
bts_url = "https://issues.manuelcortez.net"
bts_project_id = 4