Fix pythonpath
[nepi.git] / setup.py
index e6690a0..9e4719a 100755 (executable)
--- a/setup.py
+++ b/setup.py
@@ -19,8 +19,11 @@ setup(
             "nepi.core",
             "nepi.util.parser",
             "nepi.util.settools",
+            "nepi.util.graphtools",
             "nepi.util" ],
         package_dir = {"": "src"},
-        package_data = {"nepi.testbeds.planetlab" : ["scripts/*.py", "scripts/*.c"],
+        package_data = {"nepi.testbeds.planetlab" : [
+                                "scripts/*.py", "scripts/*.c", "scripts/*.patch", 
+                        ],
                         "nepi.util" : ["*.tpl"] },
     )