X-Git-Url: https://vcs.fsf.org/?p=rainbowstream.git;a=blobdiff_plain;f=setup.py;h=235839718889817c1e3256c8f2b858cc318ec92c;hp=7755cdda8380f26206620da1221b90cfb6466a01;hb=ba0a926d979a22f18244efd291d56d0298892e7f;hpb=fef2b9402e3f2bf3189e760911875e2073a33071 diff --git a/setup.py b/setup.py index 7755cdd..2358397 100644 --- a/setup.py +++ b/setup.py @@ -3,6 +3,7 @@ from setuptools import setup, find_packages version = '0.0.1' install_requires = [ + "SQLAlchemy", "colorama", "pyfiglet", "python-dateutil", @@ -42,7 +43,6 @@ setup(name='rainbowstream', entry_points=""" # -*- Entry points: -*- [console_scripts] - fly=rainbowstream.rainbow:fly - rainbow=rainbowstream.rainbow:multiplexer + rainbow=rainbowstream.rainbow:fly """, )