music-dl/src/application.py

12 lines
535 B
Python
Raw Normal View History

2018-01-25 00:41:44 +01:00
# -*- 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 from popular sites such as youtube, zaycev.net."
2018-01-25 00:41:44 +01:00
url = "https://manuelcortez.net/music_dl"
update_url = "https://manuelcortez.net/music_dl/update"
2018-01-25 00:41:44 +01:00
# The short name will be used for detecting translation files. See languageHandler for more details.
short_name = "musicdl"
translators = []