2016-02-13 15:48:30 -06:00
|
|
|
# -*- coding: utf-8 -*-
|
|
|
|
name = "Socializer"
|
2016-02-25 05:49:18 -06:00
|
|
|
version = "0.1"
|
2016-02-13 15:48:30 -06: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 08:17:12 -06:00
|
|
|
url = "https://github.com/manuelcortez/socializer"
|
2016-02-25 05:49:18 -06:00
|
|
|
update_url = "https://raw.githubusercontent.com/manuelcortez/socializer/master/update-files/socializer.json"
|
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"
|