Added application information

This commit is contained in:
Manuel Cortez 2016-02-13 15:48:30 -06:00
parent f7ebf960d2
commit 88f35cd8c9

14
src/application.py Normal file
View File

@ -0,0 +1,14 @@
# -*- coding: utf-8 -*-
name = "Socializer"
snapshot = True
if snapshot == False:
version = "0.1"
else:
version = "0.1"
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.")
# The short name will be used for detecting translation files. See languageHandler for more details.
short_name = "socializer"