diff --git a/README.md b/README.md deleted file mode 100644 index 5a8c490..0000000 --- a/README.md +++ /dev/null @@ -1,6 +0,0 @@ -TOOD: Add Data Here. - -[![Build Status](https://travis-ci.org/morganfainberg/positional.svg?branch=master)](https://travis-ci.org/morganfainberg/positional) - -[![Documentation Status](https://readthedocs.org/projects/positional/badge/?version=latest)](http://positional.readthedocs.org/en/latest/?badge=latest) - diff --git a/README.rst b/README.rst new file mode 100644 index 0000000..4252ec9 --- /dev/null +++ b/README.rst @@ -0,0 +1,10 @@ +TOOD: Add Data Here. + +|Build Status| + +|Documentation Status| + +.. |Build Status| image:: https://travis-ci.org/morganfainberg/positional.svg?branch=master + :target: https://travis-ci.org/morganfainberg/positional +.. |Documentation Status| image:: https://readthedocs.org/projects/positional/badge/?version=latest + :target: http://positional.readthedocs.org/en/latest/?badge=latest diff --git a/setup.cfg b/setup.cfg index 7898006..59df233 100644 --- a/setup.cfg +++ b/setup.cfg @@ -2,7 +2,7 @@ name = positional summary = Library to enforce positional or key-word arguments description-file = - README.md + README.rst author = Morgan Fainberg author-email = morgan.fainberg@gmail.com home-page = https://github.com/morganfainberg/positional