add initscript to packaging
[nodemanager.git] / setup.py
index 7b17cf6..a3e93f6 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -1,15 +1,10 @@
 #!/usr/bin/python
 #
-# $Id$
-# $URL$
-#
 # Setup script for the Node Manager application
 #
 # Mark Huang <mlhuang@cs.princeton.edu>
 # Copyright (C) 2006 The Trustees of Princeton University
 #
-# $Id$
-#
 
 from distutils.core import setup, Extension
 
@@ -25,6 +20,7 @@ setup(
         'coresched',
         'curlwrapper',
         'database',
+        'initscript',
         'iptables',
         'logger',
         'net',