summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'setup.py')
-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/*',