diff options
author | Martin Matusiak <numerodix@gmail.com> | 2014-03-07 22:49:59 +0100 |
---|---|---|
committer | Martin Matusiak <numerodix@gmail.com> | 2014-03-07 22:49:59 +0100 |
commit | a54273e2d07f279dbe06dd11b802f0cfc466a659 (patch) | |
tree | ad82cfd4e8ea920e749047bfdaf831005c08af7d | |
parent | e6952d6c197c12e9cdaa5ccf9832963324a54ab1 (diff) | |
download | ansicolor-a54273e2d07f279dbe06dd11b802f0cfc466a659.tar.gz |
convert readme to rst
-rw-r--r-- | README.md | 14 | ||||
-rw-r--r-- | README.rst | 19 |
2 files changed, 19 insertions, 14 deletions
diff --git a/README.md b/README.md deleted file mode 100644 index d568e5e..0000000 --- a/README.md +++ /dev/null @@ -1,14 +0,0 @@ -ansicolor -========= - -[![Latest Version](https://pypip.in/v/ansicolor/badge.png)](https://pypi.python.org/pypi/ansicolor/) -[![Build Status](https://travis-ci.org/numerodix/ansicolor.png?branch=master)](https://travis-ci.org/numerodix/ansicolor) -[![Wheel Status](https://pypip.in/wheel/ansicolor/badge.png)](https://pypi.python.org/pypi/ansicolor/) - - -Installation ------------- - -```bash -$ pip install ansicolor -``` diff --git a/README.rst b/README.rst new file mode 100644 index 0000000..65c5958 --- /dev/null +++ b/README.rst @@ -0,0 +1,19 @@ +ansicolor +========= + +.. image:: https://pypip.in/v/ansicolor/badge.png + :target: https://pypi.python.org/pypi/ansicolor/ + +.. image:: https://travis-ci.org/numerodix/ansicolor.png?branch=master + :target: https://travis-ci.org/numerodix/ansicolor + +.. image:: https://pypip.in/wheel/ansicolor/badge.png + :target: https://pypi.python.org/pypi/ansicolor/ + + +Installation +------------ + +.. code:: bash + + $ pip install ansicolor |