From 055cb031dbca8fdb7a77f50ea7e9f793388657ac Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Mon, 21 Apr 2014 16:36:11 +0100 Subject: Install distix plugins, too, in setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 5611737..f623973 100644 --- a/setup.py +++ b/setup.py @@ -66,7 +66,7 @@ setup(name='distix', author_email='liw@liw.fi', url='http://liw.fi/distix/', scripts=['distix'], - packages=['distixlib'], + packages=['distixlib', 'distixlib.plugins'], cmdclass={ 'check': Check, }, -- cgit v1.2.1