From 7a9f0d114c01a8c18d1ea74a7b2db85c967d8c41 Mon Sep 17 00:00:00 2001 From: Richard Ipsum Date: Mon, 17 Mar 2014 13:49:40 +0000 Subject: Make morph install distbuild --- setup.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/setup.py b/setup.py index b996c1ae..59b95b64 100644 --- a/setup.py +++ b/setup.py @@ -1,4 +1,4 @@ -# Copyright (C) 2011, 2012, 2013 Codethink Limited +# Copyright (C) 2011 - 2014 Codethink Limited # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -151,8 +151,8 @@ FIXME author='Codethink Limited', author_email='baserock-dev@baserock.org', url='http://www.baserock.org/', - scripts=['morph'], - packages=['morphlib', 'morphlib.plugins'], + scripts=['morph', 'distbuild-helper'], + packages=['morphlib', 'morphlib.plugins', 'distbuild'], package_data={ 'morphlib': [ 'exts/*', -- cgit v1.2.1