Skip to content
Snippets Groups Projects
Commit bfe4b80d authored by Waldir Pimenta's avatar Waldir Pimenta Committed by Dan Michael O. Heggø
Browse files

Improve README (#230)

- Center title to match the logo
- Change logo image to the PNG version, as SVG seems to be unsupported by PyPI:
  https://pypi.org/project/mwclient/
- Remove Landscape.io badge, as the service doesn't seem to be working:
  - https://landscape.io/github/mwclient/mwclient
  - https://github.com/landscapeio/landscape-issues/issues
- Add alt attribute to logo image
parent 89a3d157
No related branches found
No related tags found
No related merge requests found
<div align="center"><img src="docs/source/logo.svg" width="300"/></div>
# mwclient
<div align="center">
<img alt="mwclient logo" src="docs/source/logo.png"/>
<h1>mwclient</h1>
</div>
[![Build status][build-status-img]](https://travis-ci.org/mwclient/mwclient)
[![Test coverage][test-coverage-img]](https://coveralls.io/r/mwclient/mwclient)
[![Code health][code-health-img]](https://landscape.io/github/mwclient/mwclient/master)
[![Latest version][latest-version-img]](https://pypi.python.org/pypi/mwclient)
[![MIT license][mit-license-img]](http://opensource.org/licenses/MIT)
[![Documentation status][documentation-status-img]](http://mwclient.readthedocs.io/en/latest/)
......@@ -16,7 +16,6 @@
[build-status-img]: https://img.shields.io/travis/mwclient/mwclient.svg
[test-coverage-img]: https://img.shields.io/coveralls/mwclient/mwclient.svg
[code-health-img]: https://landscape.io/github/mwclient/mwclient/master/landscape.svg?style=flat
[latest-version-img]: https://img.shields.io/pypi/v/mwclient.svg
[mit-license-img]: https://img.shields.io/github/license/mwclient/mwclient.svg
[documentation-status-img]: https://readthedocs.org/projects/mwclient/badge/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment