summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJens Vagelpohl <jens@netz.ooo>2021-03-18 11:01:05 +0100
committerJens Vagelpohl <jens@netz.ooo>2021-03-18 11:01:05 +0100
commitb0b3755a5cdcebc5c7c14b03fe03dae30153dece (patch)
tree9dc644cff3cc386e2fe0a2c59f00d87ee325146a
parent4e458a8bc379607ed6503764066fef64876001bf (diff)
downloadzope-component-b0b3755a5cdcebc5c7c14b03fe03dae30153dece.tar.gz
- fix up README [ci skip]
-rw-r--r--README.rst25
1 files changed, 14 insertions, 11 deletions
diff --git a/README.rst b/README.rst
index 2db3ca6..ff22818 100644
--- a/README.rst
+++ b/README.rst
@@ -1,22 +1,25 @@
-``zope.component``
-==================
+.. image:: https://github.com/zopefoundation/zope.component/actions/workflows/tests.yml/badge.svg
+ :target: https://github.com/zopefoundation/zope.component/actions/workflows/tests.yml
+ :alt: Unit test status
+
+.. image:: https://coveralls.io/repos/github/zopefoundation/zope.component/badge.svg?branch=master
+ :target: https://coveralls.io/github/zopefoundation/zope.component?branch=master
+ :alt: Coverage Status
.. image:: https://img.shields.io/pypi/v/zope.component.svg
- :target: https://pypi.python.org/pypi/zope.component/
- :alt: Latest Version
+ :target: https://pypi.python.org/pypi/zope.component/
+ :alt: Current version on PyPI
-.. image:: https://travis-ci.com/zopefoundation/zope.component.svg?branch=master
- :target: https://travis-ci.com/zopefoundation/zope.component
- :alt: Build Status
+.. image:: https://img.shields.io/pypi/pyversions/zope.component
+ :target: https://pypi.org/project/zope.component/
+ :alt: Supported Python versions
.. image:: https://readthedocs.org/projects/zopecomponent/badge/?version=latest
:target: http://zopecomponent.readthedocs.org/en/latest/
:alt: Documentation Status
-.. image:: https://coveralls.io/repos/github/zopefoundation/zope.component/badge.svg?branch=master
- :target: https://coveralls.io/github/zopefoundation/zope.component?branch=master
- :alt: Coverage Status
-
+zope.component
+==============
.. note::