X-Git-Url: https://vcs.fsf.org/?p=rainbowstream.git;a=blobdiff_plain;f=setup.py;h=516413effb905e3b24f8f017eb61b6ec19ceb152;hp=fb6389ae85e0cff6080f9164c4fba8add08f3afa;hb=2a4881713534f09a08e6f61ebb74e0f51b0bfa61;hpb=80b70d604fb3d444d08c31c91ec9a061a1347f7e diff --git a/setup.py b/setup.py index fb6389a..516413e 100644 --- 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 """, )