Install fastimport.processors.
authorJelmer Vernooij <jelmer@samba.org>
Sat, 16 Oct 2010 18:53:47 +0000 (20:53 +0200)
committerJelmer Vernooij <jelmer@samba.org>
Sat, 16 Oct 2010 18:53:47 +0000 (20:53 +0200)
setup.py

index e38dc09bb18530abe93e0de5bb701651e5391937..283f3e49e590dc5ee553f23fef03d16ea67e4fc8 100755 (executable)
--- 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'])