From b85dac4de570e7a94b4a4f9ae0531c9270c19098 Mon Sep 17 00:00:00 2001 From: 1letter <1letter@gmx.de> Date: Mon, 21 Oct 2024 22:13:48 +0200 Subject: [PATCH] Update config --- pyproject.toml | 2 +- setup.py | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 762cf44b..e8239a22 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -120,7 +120,7 @@ Zope = [ ] python-dateutil = ['dateutil'] pytest-plone = ['pytest', 'zope.pytestlayer', 'plone.testing', 'plone.app.testing'] -ignore-packages = ['Products.LinguaPlone'] +ignore-packages = ['Products.LinguaPlone', 'Products.CMFPlacefulWorkflow'] ## # Add extra configuration options in .meta.toml: diff --git a/setup.py b/setup.py index fa6db140..179e0022 100644 --- a/setup.py +++ b/setup.py @@ -62,6 +62,7 @@ "plone.rfc822", "plone.testing", "robotsuite", + "Products.CMFPlacefulWorkflow", ], }, entry_points="""