diff --git a/setup.py b/setup.py index 280e415ab..8817afb70 100644 --- a/setup.py +++ b/setup.py @@ -104,9 +104,6 @@ package_dir = {'supybot': 'src', 'supybot.utils': 'src/utils', 'supybot.plugins': 'plugins', 'supybot.drivers': 'src/drivers', - 'supybot.plugins.Google.local': 'plugins/Google/local', - 'supybot.plugins.Google.local.simplejson': - 'plugins/Google/local/simplejson', 'supybot.plugins.Dict.local': 'plugins/Dict/local', 'supybot.plugins.Math.local': 'plugins/Math/local', 'supybot.plugins.RSS.local': 'plugins/RSS/local',