X-Git-Url: https://vcs.fsf.org/?p=rainbowstream.git;a=blobdiff_plain;f=setup.py;h=4048d7518af87c2ab734aaef3b90192aa56ebdb4;hp=af1e35c2590f110364b135b88acdf5c965802b4e;hb=c5a0bebce268b313d2f0942d93020c97c44fb258;hpb=8d814fffbe8d91d16c626febc6a1abab4a6147ba diff --git a/setup.py b/setup.py index af1e35c..4048d75 100644 --- a/setup.py +++ b/setup.py @@ -1,6 +1,6 @@ from setuptools import setup, find_packages -version = '0.2.1' +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 """, )