X-Git-Url: https://vcs.fsf.org/?p=rainbowstream.git;a=blobdiff_plain;f=setup.py;h=516413effb905e3b24f8f017eb61b6ec19ceb152;hp=73080a4b1ae4162328af424dadf46fe77a5d792a;hb=2a4881713534f09a08e6f61ebb74e0f51b0bfa61;hpb=1c8a5082c78a425b81185ca26067445b3b28b484 diff --git a/setup.py b/setup.py index 73080a4..516413e 100644 --- a/setup.py +++ b/setup.py @@ -1,6 +1,6 @@ from setuptools import setup, find_packages -version = '0.2.0' +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 """, )