summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Ipsum <richard.ipsum@codethink.co.uk>2014-03-17 13:49:40 +0000
committerRichard Ipsum <richard.ipsum@codethink.co.uk>2014-03-26 22:10:01 +0000
commit7a9f0d114c01a8c18d1ea74a7b2db85c967d8c41 (patch)
tree1374d6a49d90c74871f5996de98e04639f00a514
parentf921ad47648e60d3f2bc468169fa717688ecfa55 (diff)
downloadmorph-7a9f0d114c01a8c18d1ea74a7b2db85c967d8c41.tar.gz
Make morph install distbuild
-rw-r--r--setup.py6
1 files 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/*',