X-Git-Url: https://vcs.fsf.org/?p=rainbowstream.git;a=blobdiff_plain;f=setup.py;h=516413effb905e3b24f8f017eb61b6ec19ceb152;hp=29bab807c03241d0245804c565c81af466160381;hb=2a4881713534f09a08e6f61ebb74e0f51b0bfa61;hpb=80bb204063c05df084c83f619a084c8c4ef9746e diff --git a/setup.py b/setup.py index 29bab80..516413e 100644 --- a/setup.py +++ b/setup.py @@ -41,6 +41,6 @@ setup(name='rainbowstream', entry_points=""" # -*- Entry points: -*- [console_scripts] - rainbow=rainbowstream.rainbow:fly + rainbowstream=rainbowstream.rainbow:fly """, )