X-Git-Url: https://vcs.fsf.org/?p=rainbowstream.git;a=blobdiff_plain;f=setup.py;h=8b6c6350baff926bb481d0b4159ec50effa6f366;hp=5a62f332964d000616c190118401302a8a4236c6;hb=aa835f48fa245bd3cc29564aaee89004d743d05d;hpb=bb678621e4f353d52624de6695c73c5eafcf890c diff --git a/setup.py b/setup.py index 5a62f33..8b6c635 100644 --- a/setup.py +++ b/setup.py @@ -1,6 +1,6 @@ from setuptools import setup, find_packages -version = '0.1.6' +version = '0.2.4' install_requires = [ "SQLAlchemy", @@ -41,6 +41,6 @@ setup(name='rainbowstream', entry_points=""" # -*- Entry points: -*- [console_scripts] - rainbow=rainbowstream.rainbow:fly + rainbowstream=rainbowstream.rainbow:fly """, )