Skip to content

Commit

Permalink
setup.py: add sopel.cli to list of packages
Browse files Browse the repository at this point in the history
  • Loading branch information
Exirel committed Jan 24, 2019
1 parent ef7ecfd commit 24268b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 24268b4

Please sign in to comment.