change command name
[rainbowstream.git] / setup.py
index fb6389ae85e0cff6080f9164c4fba8add08f3afa..516413effb905e3b24f8f017eb61b6ec19ceb152 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -1,6 +1,6 @@
 from setuptools import setup, find_packages
 
-version = '0.2.2'
+version = '0.2.3'
 
 install_requires = [
     "SQLAlchemy",
@@ -41,6 +41,6 @@ setup(name='rainbowstream',
       entry_points="""
       # -*- Entry points: -*-
       [console_scripts]
-      rainbow=rainbowstream.rainbow:fly
+      rainbowstream=rainbowstream.rainbow:fly
       """,
       )