Skip to content

Commit

Permalink
Revert commenting out packaging badges
Browse files Browse the repository at this point in the history
This reverts commit a12eea1.
Now that I uploaded the first minimal package to PyPI, the badges can be
re-enabled.
  • Loading branch information
gnn committed Nov 24, 2018
1 parent a12eea1 commit 7c48ae2
Showing 1 changed file with 6 additions and 11 deletions.
17 changes: 6 additions & 11 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Overview
- | |travis| |appveyor| |requires|
| |coveralls| |codecov|
| |scrutinizer| |codacy| |codeclimate|
.. * - package
* - package
- | |version| |wheel| |supported-versions| |supported-implementations|
| |commits-since|
Expand Down Expand Up @@ -50,28 +50,23 @@ Overview
:target: https://codeclimate.com/github/oemof/oemof-tabular
:alt: CodeClimate Quality Status

..
|version| image:: https://img.shields.io/pypi/v/oemof.tabular.svg
.. |version| image:: https://img.shields.io/pypi/v/oemof.tabular.svg
:alt: PyPI Package latest release
:target: https://pypi.python.org/pypi/oemof.tabular

..
|commits-since| image:: https://img.shields.io/github/commits-since/oemof/oemof-tabular/v0.0.0.svg
.. |commits-since| image:: https://img.shields.io/github/commits-since/oemof/oemof-tabular/v0.0.0.svg
:alt: Commits since latest release
:target: https://github.com/oemof/oemof-tabular/compare/v0.0.0...master

..
|wheel| image:: https://img.shields.io/pypi/wheel/oemof.tabular.svg
.. |wheel| image:: https://img.shields.io/pypi/wheel/oemof.tabular.svg
:alt: PyPI Wheel
:target: https://pypi.python.org/pypi/oemof.tabular

..
|supported-versions| image:: https://img.shields.io/pypi/pyversions/oemof.tabular.svg
.. |supported-versions| image:: https://img.shields.io/pypi/pyversions/oemof.tabular.svg
:alt: Supported versions
:target: https://pypi.python.org/pypi/oemof.tabular

..
|supported-implementations| image:: https://img.shields.io/pypi/implementation/oemof.tabular.svg
.. |supported-implementations| image:: https://img.shields.io/pypi/implementation/oemof.tabular.svg
:alt: Supported implementations
:target: https://pypi.python.org/pypi/oemof.tabular

Expand Down

0 comments on commit 7c48ae2

Please sign in to comment.