Removed app description as it is displayed in windows notifications

This commit is contained in:
Manuel Cortez 2020-07-19 11:29:01 -05:00
parent abd83553b7
commit d6e75f8604

View File

@ -34,7 +34,7 @@ executables = [
setup(name='musicDL',
version=application.version,
description=application.description,
description="",
# Register babel commands in setup file.
cmdclass = {'compile_catalog': babel.compile_catalog,
'extract_messages': babel.extract_messages,