summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2009-11-26 20:03:48 +0100
committerJelmer Vernooij <jelmer@samba.org>2009-11-26 20:03:48 +0100
commitb8c58984bbd21edc66c27c3eb205c7a04a27a397 (patch)
treefe9d7502f3367fb27c688b1ce3bb67a1c75b2521 /setup.py
parent11c2f2a7d06656effb182f0174047dcbf1b3c577 (diff)
downloadpython-fastimport-git-b8c58984bbd21edc66c27c3eb205c7a04a27a397.tar.gz
Fix installation of the exporters module.
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index f4d5d0c..d360793 100755
--- a/setup.py
+++ b/setup.py
@@ -17,6 +17,7 @@ if __name__ == '__main__':
url="https://launchpad.net/bzr-fastimport",
scripts=[],
packages=['bzrlib.plugins.fastimport',
+ 'bzrlib.plugins.fastimport.exporters',
'bzrlib.plugins.fastimport.processors',
'bzrlib.plugins.fastimport.tests',
],