From 1b631ad1f2086cf9d3b7d2262726d6ccebe15929 Mon Sep 17 00:00:00 2001 From: Daniel DiPaolo Date: Sat, 29 Jan 2005 20:08:08 +0000 Subject: [PATCH] Adding QuoteGrabs to setup.py for installation --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 87c506fe2..c0ec0c556 100644 --- a/setup.py +++ b/setup.py @@ -42,6 +42,7 @@ plugins = [ 'Network', 'Misc', 'Owner', + 'QuoteGrabs', 'Status', 'User', 'Utilities',