Skip to content
This repository has been archived by the owner on Apr 9, 2023. It is now read-only.

Commit

Permalink
add badges
Browse files Browse the repository at this point in the history
  • Loading branch information
vangheem committed Jan 18, 2017
1 parent 7b2a6ee commit bf6b1db
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 3 deletions.
14 changes: 12 additions & 2 deletions src/plone.server/README.rst
Original file line number Diff line number Diff line change
@@ -1,13 +1,23 @@
Introduction
============

This is the working project of the next generation plone server based on asyncio.
.. image:: https://img.shields.io/badge/docs-latest-brightgreen.svg?style=flat
:target: http://ploneserver.readthedocs.io/en/latest/

.. image:: https://travis-ci.org/plone/plone.server.svg?branch=master
:target: https://travis-ci.org/plone/plone.server

* depends on python 3.5
.. image:: https://img.shields.io/pypi/v/plone.server.svg
:target: https://pypi.python.org/pypi/plone.server

Please `read the detailed docs <http://ploneserver.readthedocs.io/en/latest/>`_


This is the working project of the next generation plone server based on asyncio.

* depends on python >= 3.5


Getting started with development
--------------------------------

Expand Down
3 changes: 2 additions & 1 deletion src/plone.server/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,10 @@
'Intended Audience :: Developers',
'Topic :: Internet :: WWW/HTTP',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Topic :: Software Development :: Libraries :: Python Modules'
],
url='https://pypi.python.org/pypi/plone.server',
url='https://github.com/plone/plone.server',
license='GPL version 3',
setup_requires=[
'pytest-runner',
Expand Down

0 comments on commit bf6b1db

Please sign in to comment.