X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=setup-vs.py;h=88be06495ec9aaea8e4a5cd2bad8812a7549c862;hb=8edaef4aa0bdf1f4b52597e89da459311a17e161;hp=a2032dc4b5ce2b54b2fd98fe5d8394ce78d26994;hpb=f699ab76a8c8a5ba09d2286a833a8a05ecf8564c;p=nodemanager.git diff --git a/setup-vs.py b/setup-vs.py index a2032dc..88be064 100644 --- a/setup-vs.py +++ b/setup-vs.py @@ -11,6 +11,7 @@ from distutils.core import setup, Extension setup( py_modules=[ 'sliver_vs', + 'coresched_vs', ], scripts = [ ],