diff --git a/README.md b/README.md deleted file mode 100644 index 1550f72..0000000 --- a/README.md +++ /dev/null @@ -1,10 +0,0 @@ -# pydu -[![Build Status](https://travis-ci.org/Prodesire/pydu.svg?branch=master)](https://travis-ci.org/Prodesire/pydu) -[![Coverage Status](https://coveralls.io/repos/github/Prodesire/pydu/badge.svg?branch=master)](https://coveralls.io/github/Prodesire/pydu?branch=master) - -**pydu** (python library) is a library of useful data structures and utils -for Python 2 and 3, which collected from open source projects and created by -contributors. - -It is with Python versions from **2.7 to 3.6**. - diff --git a/README.rst b/README.rst new file mode 100644 index 0000000..3aa64d2 --- /dev/null +++ b/README.rst @@ -0,0 +1,15 @@ +pydu +==== + +.. image:: https://travis-ci.org/Prodesire/pydu.svg?branch=master + :target: https://travis-ci.org/Prodesire/pydu + +.. image:: https://coveralls.io/repos/github/Prodesire/pydu/badge.svg?branch=master + :target: https://coveralls.io/github/Prodesire/pydu?branch=master + +**pydu** (python library) is a library of useful data structures and utils +for Python 2 and 3, which collected from open source projects and created by +contributors. + +It is with Python versions from **2.7 to 3.6**. +