From 92df28163fc54e3c90198a01342319aa9eeabae3 Mon Sep 17 00:00:00 2001 From: Mallory Hancock Date: Tue, 10 Oct 2017 13:20:06 -0700 Subject: [PATCH] fix error in requirments --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100644 => 100755 setup.py diff --git a/setup.py b/setup.py old mode 100644 new mode 100755 index 883e54e..2387bd6 --- a/setup.py +++ b/setup.py @@ -20,7 +20,7 @@ AUTHOR = 'M. Hancock' # What packages are required for this module to be executed? REQUIRED = [ - irc, + 'irc', ] # The rest you shouldn't have to touch too much :)