From 9bb778c340364806f2275b4532dedb1eb02e91d6 Mon Sep 17 00:00:00 2001 From: aburrell Date: Wed, 11 Apr 2018 21:49:28 -0500 Subject: [PATCH] Update for future pypi Update for future pypi release, and the addition of the pypi badge --- README.md | 2 +- README.rst | 2 +- setup.cfg | 2 ++ 3 files changed, 4 insertions(+), 2 deletions(-) create mode 100644 setup.cfg diff --git a/README.md b/README.md index 300092d9..188db487 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ Testing is performed using the python module, unittest # Installation -Installation is now available through pypi +Installation is now available through pypi [![PyPI version](https://badge.fury.io/py/ocbpy.svg)](https://badge.fury.io/py/ocbpy) ``` $ pip install ocbpy diff --git a/README.rst b/README.rst index 7210dee2..0be00743 100644 --- a/README.rst +++ b/README.rst @@ -132,6 +132,6 @@ available in the full documentation. :target: http://ocbpy.readthedocs.io/en/latest/?badge=latest :alt: Documentation Status -.. |version| image:: https://img.shields.io/pypi/pyversions/ocbpy.svg?style=flat +.. |version| image:: https://badge.fury.io/py/ocbpy.svg :alt: PyPi Package download :target: https://pypi.python.org/pypi/ocbpy diff --git a/setup.cfg b/setup.cfg new file mode 100644 index 00000000..5aef279b --- /dev/null +++ b/setup.cfg @@ -0,0 +1,2 @@ +[metadata] +description-file = README.rst