summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorLars Wirzenius <lars.wirzenius@codethink.co.uk>2012-07-31 13:21:18 +0100
committerLars Wirzenius <lars.wirzenius@codethink.co.uk>2012-07-31 13:21:18 +0100
commitc65369a965f75b7ce215138480b73c796b671fa1 (patch)
tree4b0981d37470279c0698c035ddf634cb594eec04 /setup.py
parent93a3d28ee51cc301cd79ff8bfabb2010defda09b (diff)
parentc04d82fdcc08743f799a7d25204df5be2a5f1f16 (diff)
downloadmorph-c65369a965f75b7ce215138480b73c796b671fa1.tar.gz
Merge remote branch 'origin/baserock/bugfix/S3957-missing-plugins'
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index 9ff424d8..ee7c85e5 100644
--- a/setup.py
+++ b/setup.py
@@ -106,6 +106,7 @@ FIXME
url='http://www.baserock.org/',
scripts=['morph'],
packages=['morphlib'],
+ package_data={'morphlib': ['plugins/*_plugin.py']},
data_files=[('share/man/man1', glob.glob('*.[1-8]'))],
cmdclass={
'build': GenerateManpage,