diff --git a/README.rst b/README.rst index 7484d36..081c497 100644 --- a/README.rst +++ b/README.rst @@ -1,28 +1,6 @@ -===== -Ordr2 -===== - - -.. image:: https://img.shields.io/pypi/v/ordr2.svg - :target: https://pypi.python.org/pypi/ordr2 - -.. image:: https://img.shields.io/travis/holgi/ordr2.svg - :target: https://travis-ci.org/holgi/ordr2 - -.. image:: https://readthedocs.org/projects/ordr2/badge/?version=latest - :target: https://ordr2.readthedocs.io/en/latest/?badge=latest - :alt: Documentation Status - -.. image:: https://pyup.io/repos/github/holgi/ordr2/shield.svg - :target: https://pyup.io/repos/github/holgi/ordr2/ - :alt: Updates - - -Ordering System for CPI - - -* Free software: BSD license -* Documentation: https://ordr2.readthedocs.io. +=========================== +Ordr2 - CPI Ordering System +=========================== Features @@ -30,11 +8,3 @@ Features * TODO -Credits ---------- - -This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template. - -.. _Cookiecutter: https://github.com/audreyr/cookiecutter -.. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage - diff --git a/setup.py b/setup.py index 3476544..4f49334 100644 --- a/setup.py +++ b/setup.py @@ -39,7 +39,7 @@ setup( version='0.0.1', - description='Ordering System for CPI', + description='CPI Ordering System', long_description=readme + '\n\n' + history, author='Holger Frey',