summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorJens Vagelpohl <jens@plyp.com>2022-11-16 12:48:36 +0100
committerJens Vagelpohl <jens@plyp.com>2022-11-16 12:48:36 +0100
commit91f84c7d08fee4a6a4a17a9937743824c352c55b (patch)
treecb12afbea623990e7a5c75a21407e9fcd45244d1 /README.rst
parentc2f66ea00ba3c8cb390925c900806b112b2aac31 (diff)
downloadzope-security-91f84c7d08fee4a6a4a17a9937743824c352c55b.tar.gz
- prepare release 5.6 and package cleanups5.6
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst25
1 files changed, 14 insertions, 11 deletions
diff --git a/README.rst b/README.rst
index 477fab1..c8a9203 100644
--- a/README.rst
+++ b/README.rst
@@ -1,18 +1,13 @@
-===============
- zope.security
-===============
-
-.. image:: https://img.shields.io/pypi/v/zope.security.svg
- :target: https://pypi.python.org/pypi/zope.security/
- :alt: Latest release
-
-.. image:: https://img.shields.io/pypi/pyversions/zope.security.svg
- :target: https://pypi.org/project/zope.security/
- :alt: Supported Python versions
+===================
+ ``zope.security``
+===================
.. image:: https://github.com/zopefoundation/zope.security/actions/workflows/tests.yml/badge.svg
:target: https://github.com/zopefoundation/zope.security/actions/workflows/tests.yml
+.. image:: https://ci.appveyor.com/api/projects/status/github/zopefoundation/zope.security?branch=master&svg=true
+ :target: https://ci.appveyor.com/project/mgedmin/zope-security
+
.. image:: https://coveralls.io/repos/github/zopefoundation/zope.security/badge.svg?branch=master
:target: https://coveralls.io/github/zopefoundation/zope.security?branch=master
@@ -20,6 +15,14 @@
:target: https://zopesecurity.readthedocs.io/en/latest/
:alt: Documentation Status
+.. image:: https://img.shields.io/pypi/v/zope.security.svg
+ :target: https://pypi.python.org/pypi/zope.security/
+ :alt: Latest release
+
+.. image:: https://img.shields.io/pypi/pyversions/zope.security.svg
+ :target: https://pypi.org/project/zope.security/
+ :alt: Supported Python versions
+
The Security framework provides a generic mechanism to implement security
policies on Python objects.