Added application information
This commit is contained in:
parent
f7ebf960d2
commit
88f35cd8c9
14
src/application.py
Normal file
14
src/application.py
Normal 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"
|
Loading…
Reference in New Issue
Block a user