PyPi
authorvunhat_minh <vunhat_minh@dwango.co.jp>
Tue, 3 Jun 2014 08:14:03 +0000 (17:14 +0900)
committervunhat_minh <vunhat_minh@dwango.co.jp>
Tue, 3 Jun 2014 08:14:03 +0000 (17:14 +0900)
dist/rainbowstream-0.0.1.tar.gz [new file with mode: 0644]
rainbowstream/config.py
setup.py

diff --git a/dist/rainbowstream-0.0.1.tar.gz b/dist/rainbowstream-0.0.1.tar.gz
new file mode 100644 (file)
index 0000000..64e6037
Binary files /dev/null and b/dist/rainbowstream-0.0.1.tar.gz differ
index df12df0dd285ff1fd117076f893f175b64db02b0..a77c2cbe73cdb1172e41f4cb0eca11ef00e5959b 100644 (file)
@@ -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
index 235839718889817c1e3256c8f2b858cc318ec92c..ae4ded269c25d14c13a8fe1542d53c34f4ad4c05 100644 (file)
--- 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",