Added basic app info
This commit is contained in:
parent
3d54a752a4
commit
edd5069603
12
src/application.py
Normal file
12
src/application.py
Normal 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 = []
|
Loading…
Reference in New Issue
Block a user