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 :)