socializer/src/application.py

11 lines
535 B
Python
Raw Normal View History

2016-02-13 22:48:30 +01:00
# -*- coding: utf-8 -*-
name = "Socializer"
version = "0.1"
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"