From: Orakaro Date: Thu, 4 Aug 2016 10:32:01 +0000 (+0900) Subject: Merge pull request #170 from roskoff/preserve_line_breaks X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=72e4cb99be602af05e3a4f3798cdcefda2281e15;hp=690a33b75a34459aa916c7bdf9fd84497d950256;p=rainbowstream.git Merge pull request #170 from roskoff/preserve_line_breaks Preserve line breaks on displayed tweets --- diff --git a/MANIFEST.in b/MANIFEST.in index 5c3747f..71ef396 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,3 +1,3 @@ -include README.rst +include README.rst LICENSE.txt include rainbowstream/image.c recursive-include rainbowstream/colorset * diff --git a/README.rst b/README.rst index 4dafa85..ddcdf30 100644 --- a/README.rst +++ b/README.rst @@ -7,7 +7,7 @@ Rainbow Stream .. image:: http://img.shields.io/pypi/v/rainbowstream.svg?style=flat-square :target: https://pypi.python.org/pypi/rainbowstream -Terminal-based Twitter Client. Realtime tweetstream, compose, search , +Terminal-based Twitter Client. Realtime tweetstream, compose, search, favorite … and much more fun directly from terminal. This package is built on the top of `Python Twitter Tool`_ and `Twitter API`_, @@ -60,6 +60,12 @@ For debian-based distros, these can be installed with sudo apt-get install python-dev libjpeg-dev libfreetype6 libfreetype6-dev zlib1g-dev +For CentOS: + +.. code:: bash + + sudo yum install python-devel libjpeg-devel + Besides, Mac OSX Maverick with Xcode 5.1 has a well-known `clang unknown argument`_ problem with the ``Pillow`` package installation - a dependency of this app. If you are in this case, I recommend taking a look at `Issue #10`_ and let me know if this workaround doesn't work for you. diff --git a/setup.py b/setup.py index 10f5094..b36df7b 100644 --- a/setup.py +++ b/setup.py @@ -39,6 +39,7 @@ setup(name='rainbowstream', "Programming Language :: Python :: 3.2", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4", + "Programming Language :: Python :: 3.5", "Topic :: Internet :: WWW/HTTP :: Dynamic Content :: CGI Tools/Libraries", "Topic :: Utilities", "License :: OSI Approved :: MIT License",