care for floats being passed as a result of erratic / instead of // when migrating...
[plnode-utils.git] / setup.py
index 60de75e..89d77fb 100755 (executable)
--- a/setup.py
+++ b/setup.py
@@ -11,5 +11,5 @@ scripts = [ "bin/bwlimit" ]
 # for now we only have bwlimit.py and its flavour is selected in the main specfile
 # that copies the right bwlimit_xxx.py into bwlimit.py
 setup(name='plnode',
-      py_modules = [ 'plnode.bwlimit' ] ,
+      py_modules = [ 'plnode.bwlimit', 'bwlimit' ] ,
       scripts = scripts)