summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2010-10-16 20:53:47 +0200
committerJelmer Vernooij <jelmer@samba.org>2010-10-16 20:53:47 +0200
commit13834343b6b11e0fcbb914408d37f7956b7e656b (patch)
tree123df4410892b33056eb10e164edd5797d047230
parenta2b7d57515c835878004b26c76c523b2d6d21bb8 (diff)
downloadpython-fastimport-13834343b6b11e0fcbb914408d37f7956b7e656b.tar.gz
Install fastimport.processors.
-rwxr-xr-xsetup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index e38dc09..283f3e4 100755
--- a/setup.py
+++ b/setup.py
@@ -8,4 +8,4 @@ setup(name="fastimport",
author_email="bazaar@lists.canonical.com",
license = "GNU GPL v2",
url="https://launchpad.net/python-fastimport",
- packages=['fastimport', 'fastimport.tests'])
+ packages=['fastimport', 'fastimport.tests', 'fastimport.processors'])