diff --git a/setup.py b/setup.py index 5e5864a..f3c2846 100644 --- a/setup.py +++ b/setup.py @@ -55,4 +55,5 @@ [z3c.autoinclude.plugin] target = plone """, + options={"bdist_wheel": {"universal": True}}, )