diff --git a/news/3188.bugfix b/news/3188.bugfix new file mode 100644 index 0000000..da2e780 --- /dev/null +++ b/news/3188.bugfix @@ -0,0 +1 @@ +Removed z3c.autoinclude.plugin entrypoint. [maurits] diff --git a/setup.py b/setup.py index 3b2c629..aa210ac 100644 --- a/setup.py +++ b/setup.py @@ -55,8 +55,4 @@ setup( "plone.app.robotframework", ], }, - entry_points=""" - [z3c.autoinclude.plugin] - target = plone - """, )