forward_api_calls is a binary and should not get packaged by setup.py, use make instead
[nodemanager.git] / setup.py
index 097c5f2..79debc0 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -55,9 +55,6 @@ setup(
         # this plugin uses vserver for now
         'plugins.drl',
         ],
-    scripts = [
-        'forward_api_calls',
-        ],
     packages =[
         ],
     )