Simple module for toggling network namespaces based on slice attributes
[nodemanager.git] / setup.py
index f113014..ec6e842 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -5,7 +5,7 @@
 # Mark Huang <mlhuang@cs.princeton.edu>
 # Copyright (C) 2006 The Trustees of Princeton University
 #
-# $Id: setup.py,v 1.4 2006/11/28 21:36:06 mlhuang Exp $
+# $Id$
 #
 
 from distutils.core import setup, Extension
@@ -35,7 +35,9 @@ setup(
     'ticket',
     'tools',
     'bwmon',
+    'codemux',
     'iptables',
+    'trellis',
     ],
     scripts = [
     'forward_api_calls',