From: vunhat_minh Date: Tue, 3 Jun 2014 08:14:03 +0000 (+0900) Subject: PyPi X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=085fd3185766db88a8825b10eed72c5fcc1729ed;p=rainbowstream.git PyPi --- diff --git a/dist/rainbowstream-0.0.1.tar.gz b/dist/rainbowstream-0.0.1.tar.gz new file mode 100644 index 0000000..64e6037 Binary files /dev/null and b/dist/rainbowstream-0.0.1.tar.gz differ diff --git a/rainbowstream/config.py b/rainbowstream/config.py index df12df0..a77c2cb 100644 --- a/rainbowstream/config.py +++ b/rainbowstream/config.py @@ -1,7 +1,3 @@ -# This is RainbowStream App info -CONSUMER_KEY = 'Xk1DGhR1FJa4xjg7GbdogzLJw' -CONSUMER_SECRET = 'SpHtDmbSGCSm55AAlIeb2PsD3kGEzxyo1325rJgrND5abeOh2T' - # Max Search record SEARCH_MAX_RECORD = 5 # Default home tweet diff --git a/setup.py b/setup.py index 2358397..ae4ded2 100644 --- a/setup.py +++ b/setup.py @@ -4,6 +4,7 @@ version = '0.0.1' install_requires = [ "SQLAlchemy", + "pysqlite", "colorama", "pyfiglet", "python-dateutil", @@ -13,8 +14,7 @@ install_requires = [ setup(name='rainbowstream', version=version, - description="A rainbow streaming console for Twitter (twitter.com)", - long_description=open("./README.md", "r").read(), + description="A terminal-based rainbow streaming client for Twitter", classifiers=[ "Development Status :: 5 - Production/Stable", "Environment :: Console",