socializer/src/application.py

12 lines
603 B
Python
Raw Normal View History

2016-02-13 22:48:30 +01:00
# -*- coding: utf-8 -*-
name = "Socializer"
2016-07-12 12:10:57 +02:00
version = "0.14"
2016-02-13 22:48:30 +01:00
author = u"Manuel Cortéz"
authorEmail = "manuel@manuelcortez.net"
copyright = u"Copyright (C) 2016, Manuel cortéz."
description = unicode(name+" Is an accessible VK client for Windows.")
2016-02-21 15:17:12 +01:00
url = "https://github.com/manuelcortez/socializer"
update_url = "https://raw.githubusercontent.com/manuelcortez/socializer/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"Valeria K (Russian)", u"Manuel Cortez (Spanish)"]