Added basic app info

This commit is contained in:
Manuel Cortez 2018-01-24 17:41:44 -06:00
parent 3d54a752a4
commit edd5069603

12
src/application.py Normal file
View File

@ -0,0 +1,12 @@
# -*- coding: utf-8 -*-
name = "MusicDL"
version = "0.1"
author = "Manuel Cortéz"
authorEmail = "manuel@manuelcortez.net"
copyright = "Copyright (C) 2018, Manuel Cortez"
description = name+" Is an application that will allow you to download music."
url = "https://manuelcortez.net/music_dl"
#update_url = "https://raw.githubusercontent.com/manuelcortez/socializer/master/update-files/socializer.json"
# The short name will be used for detecting translation files. See languageHandler for more details.
short_name = "musicdl"
translators = []