From c574d4d300cfcfb5ae6ce8ff36b3a61b77746e46 Mon Sep 17 00:00:00 2001 From: Sam Kingston Date: Wed, 31 Jan 2018 18:50:36 +1000 Subject: [PATCH] Fixed typo in setuptools install_requires --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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',