diff --git a/README.md b/README.md deleted file mode 100644 index 1348837..0000000 --- a/README.md +++ /dev/null @@ -1,21 +0,0 @@ -# MapMakr - -[![PyPI - Version](https://img.shields.io/pypi/v/mapmakr.svg)](https://pypi.org/project/mapmakr) -[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/mapmakr.svg)](https://pypi.org/project/mapmakr) - ------ - -**Table of Contents** - -- [Installation](#installation) -- [License](#license) - -## Installation - -```console -pip install mapmakr -``` - -## License - -`mapmakr` is distributed under the terms of the [MIT](https://spdx.org/licenses/MIT.html) license. diff --git a/README.rst b/README.rst new file mode 100644 index 0000000..148d8bc --- /dev/null +++ b/README.rst @@ -0,0 +1,22 @@ +MapMakr +======= + +**Table of Contents** + +- `Installation <#installation>`_ +- `License <#license>`_ + +Installation +------------ + +.. code-block:: sh + + pip install mapmakr + +License +------- + +``mapmakr`` is distributed under the terms of the `MIT`_ license. + + +.. _MIT: https://spdx.org/licenses/MIT.html