From 5a099f422f4e164602103d6cd40ead33a2860701 Mon Sep 17 00:00:00 2001 From: M0Rf30 Date: Sat, 30 Nov 2019 22:30:44 +0100 Subject: [PATCH] Fixed entry for LICENSE --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 0aa5a67..a3dc378 100644 --- a/setup.py +++ b/setup.py @@ -21,7 +21,7 @@ author_email='mario.diraimondo@gmail.com', url='https://github.com/diraimondo/gmusicproxy', scripts=[GMUSICPROXYFILE], - license=open('LICENSE').read(), + license=open('LICENSE.md').read(), description='Google Play Music Proxy - "Let\'s stream Google Play Music using any media-player"', long_description=(open('README.md').read()), install_requires=['gmusicapi>=12.0.0', 'netifaces>=0.10.9',