X-Git-Url: http://git.onelab.eu/?p=plnode-utils.git;a=blobdiff_plain;f=setup.py;h=89d77fba5c4ce103a7fe4cfd1ef0960889a4db04;hp=60de75e341549fff0f4a2810185311250ee85c42;hb=HEAD;hpb=d5f6df5e6626fa7e148cdc254bb1aa65aed73b4a diff --git a/setup.py b/setup.py index 60de75e..89d77fb 100755 --- 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)