12 lines
603 B
Python
12 lines
603 B
Python
# -*- coding: utf-8 -*-
|
|
name = "Socializer"
|
|
version = "0.13"
|
|
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.")
|
|
url = "https://github.com/manuelcortez/socializer"
|
|
update_url = "https://raw.githubusercontent.com/manuelcortez/socializer/master/update-files/socializer.json"
|
|
# 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)"] |