diff --git a/README.rst b/README.rst index 0a056dd..8f81489 100644 --- a/README.rst +++ b/README.rst @@ -10,6 +10,9 @@ .. image:: https://img.shields.io/pypi/v/senaite.storage.svg?style=flat-square :target: https://pypi.python.org/pypi/senaite.storage +.. image:: https://img.shields.io/github/actions/workflow/status/senaite/senaite.core/build-and-test.yml?branch=2.x + :target: https://github.com/senaite/senaite.storage/actions/workflows/build-and-test.yml?query=branch:2.x + .. image:: https://img.shields.io/github/issues-pr/senaite/senaite.storage.svg?style=flat-square :target: https://github.com/senaite/senaite.storage/pulls diff --git a/buildout.cfg b/buildout.cfg index da1d6c3..de7c42b 100644 --- a/buildout.cfg +++ b/buildout.cfg @@ -26,15 +26,18 @@ eggs = plone.reload Products.PrintingMailHost -zcml = +extensions = mr.developer + +package-name = senaite.storage versions = versions -extensions = mr.developer +show-picked-versions = true -sources = sources -auto-checkout = * +plone-user = admin:admin develop = . +sources = sources +auto-checkout = * [sources] senaite.core = git https://github.com/senaite/senaite.core.git pushurl=git@github.com:senaite/senaite.core.git branch=2.x