diff --git a/src/application.py b/src/application.py new file mode 100644 index 0000000..f783b30 --- /dev/null +++ b/src/application.py @@ -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" \ No newline at end of file