diff --git a/setup.py b/setup.py index dfcf758..497534a 100755 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ setup( author='Andrew Dunai', author_email='a@dun.ai', url='https://github.com/and3rson/clay', - install_required=[ + install_requires=[ 'gmusicapi', 'PyYAML', 'urwid',