summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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'])