-# This is RainbowStream App info
-CONSUMER_KEY = 'Xk1DGhR1FJa4xjg7GbdogzLJw'
-CONSUMER_SECRET = 'SpHtDmbSGCSm55AAlIeb2PsD3kGEzxyo1325rJgrND5abeOh2T'
-
# Max Search record
SEARCH_MAX_RECORD = 5
# Default home tweet
install_requires = [
"SQLAlchemy",
+ "pysqlite",
"colorama",
"pyfiglet",
"python-dateutil",
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",