socializer/src/application.py

14 lines
488 B
Python
Raw Normal View History

2016-02-13 22:48:30 +01:00
# -*- 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.")
2016-02-21 15:17:12 +01:00
url = "https://github.com/manuelcortez/socializer"
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"