diff --git a/setup.py b/setup.py index 4b27f3b35f..a0b66543a1 100755 --- a/setup.py +++ b/setup.py @@ -50,7 +50,7 @@ def read_reqs(path): # Distutils is shit, and doesn't check if it's a list of basestring # but instead requires str. packages=[str('sopel'), str('sopel.modules'), - str('sopel.config'), str('sopel.tools')], + str('sopel.config'), str('sopel.tools'), str('sopel.cli')], license='Eiffel Forum License, version 2', platforms='Linux x86, x86-64', install_requires=requires,