ns3 metadata and design test in progress
[nepi.git] / setup.py
index 0fea373..9538824 100755 (executable)
--- a/setup.py
+++ b/setup.py
@@ -6,7 +6,6 @@ setup(
         name        = "nepi",
         version     = "0.1",
         description = "High-level abstraction for running network experiments",
-#        long_description = longdesc,
         author      = "Alina Quereilhac and Martín Ferrari",
         url         = "http://yans.pl.sophia.inria.fr/code/hgwebdir.cgi/nepi/",
         license     = "GPLv2",
@@ -15,6 +14,7 @@ setup(
             "nepi",
             "nepi.testbeds",
             "nepi.testbeds.netns",
+            "nepi.testbeds.ns3",
             "nepi.core",
             "nepi.util.parser",
             "nepi.util" ],