X-Git-Url: https://vcs.fsf.org/?p=rainbowstream.git;a=blobdiff_plain;f=setup.py;h=4048d7518af87c2ab734aaef3b90192aa56ebdb4;hp=42711230d9ca60cb4c2e212430d0756a29d0980a;hb=509cd4aea4f76b05a9a43acb08d682627b69c42c;hpb=332e0fef9dc378bea68c3fe9f2c54e9dcff3a9f4 diff --git a/setup.py b/setup.py index 4271123..4048d75 100644 --- a/setup.py +++ b/setup.py @@ -1,6 +1,6 @@ from setuptools import setup, find_packages -version = '0.1.5' +version = '0.2.5' install_requires = [ "SQLAlchemy", @@ -41,6 +41,6 @@ setup(name='rainbowstream', entry_points=""" # -*- Entry points: -*- [console_scripts] - rainbow=rainbowstream.rainbow:fly + rainbowstream=rainbowstream.rainbow:fly """, )